Multiple Events in same Trigger

Status
Not open for further replies.
Level 20
Joined
Jul 14, 2011
Messages
3,213
Title says it.

What happens if Multiple Events take place in the same trigger? How does the editor reads them?

Trigger when:
Any of the events takes place?
All the events happen at the same time?
 
hehehe... What do you mean with "Code"? I just want the same trigger to activate when entering more than one region, so... I can set all the Events I want to activate that trigger in the same trigger?

I have Woods1, Woods2, Woods3, Woods4, I want all of them do the same, as if they where a big region
 
hehehe... What do you mean with "Code"?
If you had trigger like this:
  • init
    • Events
      • Map Initialization
      • Unit - A unit dies
      • Time - Elapsed time is 2.00 seconds
You have to keep eye on references. For egzample (Triggering unit) would work only when unit event fires.

About entering events. Yes you can add as many as you want.
 
Status
Not open for further replies.
Back
Top