(Official) LUA Scripting Documentation
add_inventory
Add or subtract a quantity of an item to/from the context actors inventory.
Spec:
add_inventory(
long item_id,
long qty)
Parameters
item_id
:qty
: The quantity to add. If ommitted, 1 item will be added. Use a negative number to remove items from inventory
Incomplete
This documentation is incomplete