Osiris/API/ItemToInventory

From Divinity Engine Wiki
Revision as of 22:41, 9 August 2017 by Tinkerer (talk | contribs) (ItemToInventory)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Full Definition(s)
  • call ItemToInventory((ITEMGUID)_Item,(GUIDSTRING)_TargetObject,(INTEGER)_Amount)
Description

Transfers _Amount instances of _Item to _TargetObject. _TargetObject can either be a character or a container object. This item, or stack of items, must already exist in the game world. You cannot specify a root template as _Item.

Notes
  • /
See Also