I really appreciate the advice, but I don't want these to spawn at the start of the layout. I want to create enemies in waves, and so some waves will come after others.
So, here is a method that works:
When the conditions are met, create a ball, wait, create, wait, repeat.
So now, I try replacing that SAME SPOT with "repeat", because that is what I want to repeat:
And it does not work. Note that I DO use "trigger once". The problem is that it is not waiting. It creates the objects all at once; instead of actually completing the loop 10 times, it seems to want to do each step 10 times before moving on to the next:
Can anyone tell me how to create things in waves without having to make a huge block of copy pasted commands like the first image in this post? Getting a bit frustrated.