Condition_IsInventoryFull
Description
Checks whether the target’s inventory is full.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The object to be checked for the condition |
| CompareType | Equal, NotEqual |
| S1 | Omit or leave blank: checks against the default full criteria. |
| Recommended: checks against the recommended capacity criteria. |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| Check if Self’s inventory is not full | Self | IsInventoryFull | NotEqual |
| Check if Self’s inventory is not full (recommended capacity) | Self | IsInventoryFull | NotEqual |
| Check if Target’s inventory is full | Target | IsInventoryFull | Equal |
Back to Command FinderSearch and filter all 491 Script Condition documents