Condition_ShouldPutDownInventoryFirst
Description
Checks whether the character should put the hand-carried object into inventory before trying TargetObject placement (B2GameObjectHelper::CanAutoPutDownToInventory). During a PutDown action, uses the hand selected in PutDownContext. If UseHand is not specified, checks both hands (right first, then left).
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The character to check. Must be Self. |
| CompareType | Comparison operator: Equal, NotEqual |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| Check if the carried object should be put in inventory before surface | Self | ShouldPutDownInventoryFirst | Equal |
Back to Command FinderSearch and filter all 491 Script Condition documents