Hi there, I'm looking for a way to create multiple enemies at one time. All my tries have failed, sometimes I crashed the game.
My game makes use of rounds, I want the number of rounds to be the number of enemies created, I tried a lot of things that would make sense but I guess I do something wrong.
Does anyone know how I can do this?
===========================================================================================================
While -> enemy.count = 0 and rounds >= enemy.count
create enemy
===========================================================================================================