I'm trying to make a enemy wave system for my game like a basic enemy wave system
I've tried this but it didn't work
Remove curEnemies < 0 condition from the Else, if curEnemies is increasing then I don't see how it could be 0
The order of events is wrong. Here is how you can fix it:
Develop games in your browser. Powerful, performant & highly capable.
ohhhhhhhhh okay that makes sense and it worked thank you!