- Joined
- Jul 29, 2010
- Messages
- 319
Why won't the units move?
-
Moving them
-
Events
-
Time - Every 5.00 seconds of game time
-
-
Conditions
-
Actions
-
Set Island1revinteger = (Random real number between 1.00 and 3.00)
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Random real number between 1.00 and 3.00) Equal to 1.00
-
-
Then - Actions
-
Unit Group - Order (Random 1 units from Revenant) to Move To (Random point in Revenant1 <gen>)
-
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Random real number between 1.00 and 3.00) Equal to 3.00
-
-
Then - Actions
-
Unit Group - Order (Random 1 units from Revenant) to Move To (Random point in Revenant2 <gen>)
-
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Random real number between 1.00 and 3.00) Equal to 3.00
-
-
Then - Actions
-
Unit Group - Order (Random 1 units from Revenant) to Move To (Random point in Revenant3 <gen>)
-
-
Else - Actions
-
Do nothing
-
-
-
-
-
-
-
-