- Joined
- Nov 13, 2010
- Messages
- 258
it dos spawn a unit but only the first one i try to restart game many times also try reloading game many times but it seams it only spawns the first one on the list and i dont know why
can any one help out ?
can any one help out ?
-
test
-
Events
-
Time - Elapsed game time is 1.00 seconds
-
-
Conditions
-
Actions
-
For each (Integer A) from 1 to 23, do (Actions)
-
Loop - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
((Player((Integer A))) slot status) Equal to Is playing
-
-
Then - Actions
-
Set VariableSet Random = (Random integer number between 1 and 3)
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Random Equal to 1
-
-
Then - Actions
-
Unit - Create 1 Blood Mage for (Player((Integer A))) at ((Player((Integer A))) start location) facing Default building facing degrees
-
-
Else - Actions
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Random Equal to 2
-
-
Then - Actions
-
Unit - Create 1 Mountain King for (Player((Integer A))) at ((Player((Integer A))) start location) facing Default building facing degrees
-
-
Else - Actions
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Random Equal to 3
-
-
Then - Actions
-
Unit - Create 1 Archmage for (Player((Integer A))) at ((Player((Integer A))) start location) facing Default building facing degrees
-
-
Else - Actions
-
-
-
Else - Actions
-
-
-
-
-