• 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.

[General] need a little assistance map triggers

Status
Not open for further replies.
Level 5
Joined
Jan 2, 2013
Messages
84
im pretty sure its been posted but i dont know a good search filter name

what happens when i put multiple events in 1 trigger?
does it need all the requirement in the event at once to execute it or it needs 1 of the multiple event to execute?
example, i got a generic unit acquires an item with a generic unit loses an item on 1 trigger event what happens? can the action be executed on any of those 2 event or i must pickup an item and lose an item at the same time for the action to work?
 
Each Event attached to a trigger will run on it own, checking conditions and if passed execute actions.
Therefore if you attach 2 times the Event "unit dies" into a trigger, if a unit dies the trigger will execute twice.

example, i got a generic unit acquires an item with a generic unit loses an item on 1 trigger event what happens? can the action be executed on any of those 2 event or i must pickup an item and lose an item at the same time for the action to work?
Regardless if picked or droped the trigger will check conditions and after the conditions are successfuly passed the actions will execute.
 
Status
Not open for further replies.
Top