Warcraft III resources & community, 2003–2006 · archived

Multiple event triggers.... do they work?

2 posts
#1

Multiple event triggers.... do they work?

Do multiple event triggers function properly? Is there anything special that has to be done when working with multiple event triggers?

IE: Map initialization
A unit dies

Just an example, nothing I'm actually using.
#2
You can put whatever events you want on a trigger. However, when you use event responses (like "Dying Unit"), they'll only work if the trigger is firing off of a Unit Dies event. Similarly, if you use "Entering Unit", it will only work when the trigger fires off of a Unit Enters Region event.

So yea, it'll run, but you need to know how to make it run properly.