• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Detect When an Ability is Added to Unit

Status
Not open for further replies.
Level 20
Joined
May 16, 2012
Messages
635
I consider hooks and periodic timers as last resort for this one. I'm hoping there is a better way aside from these two.

Well, you could create a system to replace the
JASS:
UnitAddAbility()
with a custom one that offers all the functionalities that you want, like an
JASS:
UnitAddAbilityEx(unit, id)
that would evaluate a trigger when called and do what you want. I could try creating it for you if you specify what exactly you want to do with it.
 
Status
Not open for further replies.
Top