Undead_Lives
New Member
This trigger, for some reason, does not work.
What I am thinking, is that the Event (pawning an item) is not the right one. However, I have tried sells an item, and aquires an item also. None of these work. Note that the item here is a Powerup.
As you can see, I want that when a variable in another trigger (the variable part works just fine) comes to equal four, the item should be unpawnable. Also note that this item is already in a shop.
So, any help? I can't see what I am doing wrong.
Code:
Limit 1
????Events
????????Unit - A unit Pawns an item (to shop)
????Conditions
????????(Item-type of (Sold Item)) Equal to Tome of Agility
????????[Integer Variable] Equal to 4
????Actions
????????Item - Make (Sold Item) Unpawnable
As you can see, I want that when a variable in another trigger (the variable part works just fine) comes to equal four, the item should be unpawnable. Also note that this item is already in a shop.
So, any help? I can't see what I am doing wrong.