W
Wx2
Guest
I cant figure out why this is only spawning two creeps.
Set MonsterType = Chicken
Trigger-Run LineSpawn<gen> (ignoring conditions)
Set Monstercount = Choosen Amount
Set i (i + 1)
LineSpawn<gen>
Trigger-Run Creeps<gen> (ignoring conditions)
Wait 0.25 Seconds
Trigger-Run Creeps<gen> (ignoring conditions)
Wait 0.25 Seconds
Trigger-Run Creeps<gen> (ignoring conditions)
Wait 0.25 Seconds
Trigger-Run Creeps<gen> (ignoring conditions)
Wait 0.25 Seconds
Trigger-Run Creeps<gen> (ignoring conditions)
Wait 0.25 Seconds
Trigger-Run Creeps<gen> (ignoring conditions)
Wait 0.25 Seconds
Creeps<gen>
Unit - Create 1 MonsterType for Player 1 (Red) at (center of spawn left<gen> (facing 260 degrees)
Unit - Order (last created unit) to move to (center of left1<gen>)
Unit - Create 1 MonsterType for Player 1 (Red) at (center of spawn right<gen> (facing 260 degrees)
Unit - Order (last created unit) to move to (center of right1<gen>)
Set MonsterType = Chicken
Trigger-Run LineSpawn<gen> (ignoring conditions)
Set Monstercount = Choosen Amount
Set i (i + 1)
LineSpawn<gen>
Trigger-Run Creeps<gen> (ignoring conditions)
Wait 0.25 Seconds
Trigger-Run Creeps<gen> (ignoring conditions)
Wait 0.25 Seconds
Trigger-Run Creeps<gen> (ignoring conditions)
Wait 0.25 Seconds
Trigger-Run Creeps<gen> (ignoring conditions)
Wait 0.25 Seconds
Trigger-Run Creeps<gen> (ignoring conditions)
Wait 0.25 Seconds
Trigger-Run Creeps<gen> (ignoring conditions)
Wait 0.25 Seconds
Creeps<gen>
Unit - Create 1 MonsterType for Player 1 (Red) at (center of spawn left<gen> (facing 260 degrees)
Unit - Order (last created unit) to move to (center of left1<gen>)
Unit - Create 1 MonsterType for Player 1 (Red) at (center of spawn right<gen> (facing 260 degrees)
Unit - Order (last created unit) to move to (center of right1<gen>)


