• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

EVENT_UNIT_DAMAGING order

Uncle

Warcraft Moderator
Level 73
Joined
Aug 10, 2018
Messages
7,877
if i have several
EVENT_UNIT_DAMAGING

modules/listeners in my code can i somehow control which will be the first and which will be the last?
I change amount of damage in one and i want to use already updated damage in another
Have one central trigger that uses that Event and then Run other triggers/functions in response. Control the order how those run.
 
Top