Osiris/Shared/DB GiveNewItemFromTemplateEvent
From Divinity Engine Wiki
Full Definition(s)
- DB_DB_GiveNewItemFromTemplateEvent((STRING)_template,(STRING)_event)
Description
Defining this database means that if the character/object flag _event gets set on a character, a new instance of the root template _template will be created and transferred to said character's inventory.
Notes
- This is useful to create an item out of thin air and and transfer it to a character (either a player or an NPC) in a dialog.
- Only use this with root templates of items.
- Right-click on a root template and select Copy TypeGUID_Name_GUID to clipboard to obtain the value for the _template parameter.
See Also
- ItemToInventory
- Helper DB_GiveItemToEvent
- Helper DB_HasStoryEvent