- Joined
- Aug 22, 2013
- Messages
- 13
How do I know the order in which the triggers will be executed when they share the same event? For instance:
Trigger A: on map intialization, add all heros on the map to udg_GROUP_HEROS.
Trigger B: on map initialization, add spellbook to all units in udg_GROUP_HEROS
Do the triggers execute in the order that I define them? or is it undefined, meaning that I should put all map initialization actions into the same trigger?
Trigger A: on map intialization, add all heros on the map to udg_GROUP_HEROS.
Trigger B: on map initialization, add spellbook to all units in udg_GROUP_HEROS
Do the triggers execute in the order that I define them? or is it undefined, meaning that I should put all map initialization actions into the same trigger?