Character extends their arm to put an item they're holding in their left hand. If no target is provided, the item disappears. Otherwise, the character first walks up to the target. If the target is a surface position or a furniture with at least one surface position, the item is placed on the surface. If the target is a character, the item will be placed in their left hand.
Argument | Character Name |
---|---|
Type | Character |
Default | REQUIRED |
Description | Name of the character |
Argument | Item Name |
Type | Item |
Default | REQUIRED |
Description | Name of the item |
Argument | Name of the Entity or Position |
Type | Entity or Position |
Default | null |
Description | Name of the target |
Put(Tom, Coin, Jane)
Put(Tom, Coin, DiningRoom.Table)
Put(Tom, Coin, DiningRoom.Table.OnFront)
Put(Tom, Coin, Camp.Chest)