Execute_PutInventoryCarriableObject
Description
Puts the carriable object held in Self's right hand into an inventory. If S1 is "TargetInventory", the object is placed into the Target entity's inventory. Otherwise, it is placed into Self's own inventory.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | Not directly used; Self entity always holds the object to be placed |
| S1 | Optional "TargetInventory" to place into the Target's inventory; otherwise Self's own |
Examples
| Description | BaseObject | Command | S1 |
|---|---|---|---|
| Put held object into Self's inventory | Self | PutInventoryCarriableObject | |
| Put held object into Target's inventory | Self | PutInventoryCarriableObject | TargetInventory |
Back to Command FinderSearch and filter all 399 Script Execution documents