I have a trigger set to fire when any unit uses an Ability.
The Ability is one that is an Item Ability. (I.e., the trigger fires when the unit uses that item)
However, it is not firing at all when I use those abilities. I checked the trigger by changing it to fire when a unit uses a unit ability I have, which would then cause the trigger to fire.
Anyone else had problems hooking up triggers to Item Abilities?
as an FYI in case someone else comes across this problem, it was solved by changing up the trigger event. I was using "Unit Uses Ability", but technically, the Item is using the ability, so you need to use the event "Unit manipulates inventory" and then in the conditions, check the type of item manipulated.
HTH
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Hey All,
I have a trigger set to fire when any unit uses an Ability.
The Ability is one that is an Item Ability. (I.e., the trigger fires when the unit uses that item)
However, it is not firing at all when I use those abilities. I checked the trigger by changing it to fire when a unit uses a unit ability I have, which would then cause the trigger to fire.
Anyone else had problems hooking up triggers to Item Abilities?
Thanks
as an FYI in case someone else comes across this problem, it was solved by changing up the trigger event. I was using "Unit Uses Ability", but technically, the Item is using the ability, so you need to use the event "Unit manipulates inventory" and then in the conditions, check the type of item manipulated.
HTH