Script:inventory playeraddfromscene: Difference between revisions

From Arx Libertatis Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 6: Line 6:
|intro=The entity must exist in the current area or this command will have no effect.
|intro=The entity must exist in the current area or this command will have no effect.


If the entity does not fit into the player inventory or is not an item that can be put into inventories then it is dropped in front of the player instead. Gold coins are added to the player's purse instead of the inventory. Equipment items are first identified before being placed in the inventory which, if successful results in the {{Event|identify}} event being sent to the entity.
The item will be combined into existing stacks in the player inventory if possible which may result in the original item being destroyed. If the entity does not fit into the player inventory or is not an item that can be put into inventories then it is dropped in front of the player instead. Gold coins are added to the player's purse instead of the inventory. Equipment items are first identified before being placed in the inventory which, if successful results in the {{Event|identify}} event being sent to the entity.


To add an item to the inventory of a non-player inventory use the {{Command|inventory addfromscene}} command instead. To create a new item use the {{Command|inventory playeradd}}, {{Command|inventory playeraddmulti}}, {{Command|inventory add}} or {{Command|inventory addmulti}} command.
To add an item to the inventory of a non-player inventory use the {{Command|inventory addfromscene}} command instead. To create a new item use the {{Command|inventory playeradd}}, {{Command|inventory playeraddmulti}}, {{Command|inventory add}} or {{Command|inventory addmulti}} command.
}}
}}

Revision as of 09:47, 19 June 2022

The inventory playeraddfromscene script command is used to add an existing item to the player inventory. The entity must exist in the current area or this command will have no effect.

The item will be combined into existing stacks in the player inventory if possible which may result in the original item being destroyed. If the entity does not fit into the player inventory or is not an item that can be put into inventories then it is dropped in front of the player instead. Gold coins are added to the player's purse instead of the inventory. Equipment items are first identified before being placed in the inventory which, if successful results in the identify event being sent to the entity.

To add an item to the inventory of a non-player inventory use the inventory addfromscene command instead. To create a new item use the inventory playeradd, inventory playeraddmulti, inventory add or inventory addmulti command.

Usage

inventory playeraddfromscene <entity>

Context: For self

Parameters:

ParameterTypeDescription
entity entity ID of the entity to add to the player inventory