Hi,
I tried to do a trigger for summoning one unit if the player is in game 0.01 second after map initialisation and i failed ...again...and again...i guess it needs integer from 1 to 10 but how to do it properly...
here's my trigger :
I tried to do a trigger for summoning one unit if the player is in game 0.01 second after map initialisation and i failed ...again...and again...i guess it needs integer from 1 to 10 but how to do it properly...
here's my trigger :
-
Summoning builders
-
Events
-
Time - Elapsed game time is 0.01 seconds
-
-
Conditions
-
Actions
-
For each (Integer A) from 1 to 10, do (Actions)
-
Loop - Actions
-
Custom script: set bj_wantDestroyGroup = true
-
Set PlayersAtStart = (All players controlled by a User)
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
((Matching player) controller) Equal to User
-
-
Then - Actions
-
Unit - Create 1 Builder for (Player((Integer A))) at ((Matching player) start location) facing Orientation building with default degrees
-
-
Else - Actions
-
-
-
-
-