Condition_HasPutableObjectOnHand
Description
Checks whether the object currently held in the character's right hand can be placed into the character's inventory. The condition verifies both that the character is holding an object and that the inventory can accept it.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The character to check (Self or Target). |
| CompareType | Supported compare types: Equal, NotEqual. |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| Check if the held object can be put into inventory | Self | HasPutableObjectOnHand | Equal |
| Check if the held object cannot be put into inventory | Self | HasPutableObjectOnHand | NotEqual |
| Check if the target's held object can be put away | Target | HasPutableObjectOnHand | Equal |
Back to Command FinderSearch and filter all 491 Script Condition documents