• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

Multiple event triggers.... do they work?

Status
Not open for further replies.
Level 2
Joined
Dec 15, 2004
Messages
10
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.
 
Level 8
Joined
Apr 3, 2004
Messages
507
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.
 
Status
Not open for further replies.
Top