So I want each wave of zombies to go up one spawn each wave. I tried to make the fast loop "Wave" run to Global Value A. But it doesn't work! Any suggestions?
Yea sorry. So there are five spawn points that create a zombie once every 2 seconds. At the start of the frame I set the global value A to 1. The zombies are also in the enemies group. If the number of enemies=0 then run the loop "Wave" and in the how many times box I put Global Value A. I hope that was descriptive enough
Okay, sounds to me like it's the timer. One way might be to set a counter's Value A to Global Value A and the actual counter to some value (that you get by experimentation).
Counter > 0
>>subtract 1 from counter.
Counter = 0 and Counter Value A > 0
>>subtract 1 from Value A, spawn zombie and set counter back to some value.
Or some variation of that. Just try replacing the use of the timer.