Ok so i have a trigger to make units at a location...but it only creates one unit...plz tell me whats wrong
| Trigger |
| Players: |
| ¤ P1 |
| Conditions: |
| ¤ Bring(P1, Exactly, 1, Lvl 1, GoGround); |
| Actions: |
¤ KillUnitAt(1, Lvl 1, GoGround, P1);
|
¤ CreateUnit(1, Lvl 2, RespawnAir, P1);
|
¤ CreateUnit(1, Lvl 1, StartGround, P8);
|
¤ Wait(2000);
|
¤ CreateUnit(1, Lvl 1, StartGround, P8);
|
¤ Wait(2000);
|
¤ CreateUnit(1, Lvl 1, StartGround, P8);
|
¤ Wait(2000);
|
¤ CreateUnit(1, Lvl 1, StartGround, P8);
|
¤ Wait(2000);
|
¤ CreateUnit(1, Lvl 1, StartGround, P8);
|
¤ Wait(2000);
|
¤ CreateUnit(1, Lvl 1, StartGround, P8);
|
¤ Wait(2000);
|
¤ CreateUnit(1, Lvl 1, StartGround, P8);
|
¤ Wait(2000);
|
¤ CreateUnit(1, Lvl 1, StartGround, P8);
|
¤ Wait(2000);
|
¤ CreateUnit(1, Lvl 1, StartGround, P8);
|
¤ Wait(2000);
|
¤ CreateUnit(1, Lvl 1, StartGround, P8);
|
¤ Wait(2000);
|
| ¤ Comment("Lvl 1"); |