This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
When I go to use a trigger to create an item in a units inventory all I can see is stock items, my custom items don't show up?
wtf?
I have gotten this to work in an earlier version of the editor mind u.
"Create Inventory Item" is the trigger action. It takes to parameters: the item's unit type and the carrying unit.
Items consist out of: "unit" + "unit actor" and "item"
Unit describes the item on the ground. Unit actor controls its representation on the ground. Item defines all aspects inside an inventory.
I assume that you've only created the "item" and not its ground representation "unit" + "actor".
When I go to use a trigger to create an item in a units inventory all I can see is stock items, my custom items don't show up?
wtf?
I have gotten this to work in an earlier version of the editor mind u.
"Create Inventory Item" is the trigger action. It takes to parameters: the item's unit type and the carrying unit.
Items consist out of:
"unit" + "unit actor" and "item"
Unit describes the item on the ground.
Unit actor controls its representation on the ground.
Item defines all aspects inside an inventory.
I assume that you've only created the "item" and not its ground representation "unit" + "actor".