CreateItemOnObject
Talk0
3,772pages on
this wiki
this wiki
// Create an item with the template sItemTemplate in oTarget's inventory. // - nStackSize: This is the stack size of the item to be created // * Return value: The object that has been created. On error, this returns // OBJECT_INVALID. object CreateItemOnObject(string sItemTemplate, object oTarget=OBJECT_SELF, int nStackSize=1);
WARNING: The sNewTag parameter has been removed from this function. This means any scripts which used this parameter will now fail to compile.