Ardenian
A
Ardenian
Hello, could someone help me with this issue, please ?
I would like to change it into a periodic spawn, that means the creeps spawn one by one instead of all at one time.
That is what I have up to now, but it refuses to work:
I am glad if you could help me.
-
NextLevel Timer
-
Events
-
Time - Timer expires
-
Conditions
-
Actions
-
Countdown Timer - Destroy (Last created timer window)
-
Unit - Create Levels_Units_Count[Levels_Current] Levels_Units[Levels_Current] for Player 10 (Lightblue) at (Center of Red <gen>) facing Default building facing degrees
-
Game - Display to (All players) the text: The level has begun!
I would like to change it into a periodic spawn, that means the creeps spawn one by one instead of all at one time.
That is what I have up to now, but it refuses to work:
-
NextLevel Timer Custom
-
Events
-
Time - Every 2.00 seconds of game time
-
-
Conditions
-
Actions
-
Unit - Create 1 Levels_Units[Levels_Amount] for Player 10 (Lightblue) at (Center of TD Entrance <gen>) facing 45 degrees
-
Set Unit_Count = (Unit_Count + 1)
-
If (Unit_Count Equal Levels_Amount) then do (Trigger - Turn off (This trigger)) else do (Do nothing)
-
-
I am glad if you could help me.