Skip to main content

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

ParameterDescription
BaseObjectNot directly used; Self entity always holds the object to be placed
S1Optional "TargetInventory" to place into the Target's inventory; otherwise Self's own

Examples

DescriptionBaseObjectCommandS1
Put held object into Self's inventorySelfPutInventoryCarriableObject
Put held object into Target's inventorySelfPutInventoryCarriableObjectTargetInventory