- Joined
- Aug 23, 2008
- Messages
- 2,319
I've made this trigger:
For some reason the unit doesn't do anything. Can anyone figure out how come?
-
Unit facing
-
Events
-
Time - Every 1.00 seconds of game time
-
-
Conditions
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Random integer number between 1 and 100) Less than or equal to 50
-
-
Then - Actions
-
Unit - Make UNIT face 180.00 over 1.00 seconds
-
Wait (Random real number between 0.50 and 3.00) seconds
-
Unit - Make UNIT face 00.00 over 1.00 seconds
-
-
Else - Actions
-
Do nothing
-
-
-
-
For some reason the unit doesn't do anything. Can anyone figure out how come?