- Joined
- Jul 31, 2008
- Messages
- 477
I was making a trigger like this:
Help plz
-
Events
-
Unit - A unit enters EastSpawn <gen>
-
Unit - A unit enters MoveEast1 <gen>
-
Unit - A unit enters MoveEast2 <gen>
-
Unit - A unit enters MoveEast3 <gen>
-
Unit - A unit enters MoveEast4 <gen>
-
Unit - A unit enters MoveEast5 <gen>
-
Conditions
-
Actions
-
Set Move = (Move + 1)
-
If (All Conditions are true) the do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Move Equal to 1
-
Then - Actions
-
Unit - Order (Entering unit( to Move To (Center of MoveEast1 <gen>)
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions
-
If - Conditions
-
Move Equal to 2
-
Then - Actions
-
Unit - Order (Entering unit) to Move To (Center of MoveEast2 <gen>)
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
Help plz