- Joined
- Aug 27, 2009
- Messages
- 473
Some help with making a integer to many!
As you may see
-
Set Unit
-
Events
-
Unit - A unit Is issued an order targeting an object
-
Unit - A unit Is issued an order targeting a point
-
-
Conditions
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Ordered unit) Not equal to SS_On_Ice[SS_int]
-
-
Then - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Terrain type at (Position of (Ordered unit))) Not equal to Icecrown Glacier - Ice
-
-
Then - Actions
-
Set SS_int = (SS_int + 1)
-
Set SS_On_Ice[SS_int] = (Ordered unit)
-
-
Else - Actions
-
Do nothing
-
-
-
-
Else - Actions
-
Do nothing
-
-
-
-
As you may see
-
(Ordered unit) Not equal to SS_On_Ice[SS_int]
Last edited: