D
Darien
Guest
Okay, this may seem really stupid, but I cannot get triggers to place items in unit's inventorys. I have tried using:
In every case it creates the Item and then places it by the unit, but it never puts it directly into the unit's inventory.
At this point I have only used it on Hero's, but later on I would like to use it on other units that hsave the Hero Inventory ability.
Anysugestions would be great, thnx.
Code:
Event
Unit - A unit begins casting an ability
Condition
Action
Hero - Create [item] and give it to (casting unit)
OR
Hero - Create [item] and give it to (triggering unit)
Or
Hero - Create item and give it to casting unit
Hero - Give (Last created Item) to (Triggering Unit)
At this point I have only used it on Hero's, but later on I would like to use it on other units that hsave the Hero Inventory ability.
Anysugestions would be great, thnx.


