Here is my event I use to spawn an enemy but how do I increase the spawn rate?
What I usually do is: every so many seconds+ random number(X) is less than Y, then spawn the enemy similarly to as you are doing above.
Make sense?
In your screenshot the function part is not visible, so I can't see what it's doing....
-Mike
Develop games in your browser. Powerful, performant & highly capable.
If you want it to perform the spawn action multiple times every time it initiates, you can use the System event called Repeat and you can tell it how many times to repeat.
Thank you