Ok here is what I am trying to do. I have a set of abilities and a set of dummy items to match them. I have a trigger that removes the item when it is purchased from a shop and adds the ability to the unit.
Here is the problem. When my unit buys the last ability I created that is the only ability he gets. But when I buy the next to the last ability I created he gets that ability and the last one I created as well. If I buy the first ability I created he gets all of the abilities I have created.
Here is what my trigger look like.
EVENTS
Unit-A unit acquires an item.
CONDITIONS
(item being manipulated) equal to (item carried by (triggering unit) of type stun ability)
ACTIONS
Unit- Add Stun attack to (Triggering unit)
Item - Remove (item carried by (triggering unit) of type stun ability)
All of my items are based off the same item I just copy and paste it and change the name. Some one please help!
Here is the problem. When my unit buys the last ability I created that is the only ability he gets. But when I buy the next to the last ability I created he gets that ability and the last one I created as well. If I buy the first ability I created he gets all of the abilities I have created.
Here is what my trigger look like.
EVENTS
Unit-A unit acquires an item.
CONDITIONS
(item being manipulated) equal to (item carried by (triggering unit) of type stun ability)
ACTIONS
Unit- Add Stun attack to (Triggering unit)
Item - Remove (item carried by (triggering unit) of type stun ability)
All of my items are based off the same item I just copy and paste it and change the name. Some one please help!