How can I make a loop with random delay?

I need to spawn enemy actors in an infinite loop with a random delay each time when spawning.
I currently use 2 set timer by event on eachother to achieve it. It seems working.
But I wonder whether or not this is a proper way to do it. I am a beginner. Thanks in advance for any input.

One timer might be enough:


No timer could also work:

2 Likes

Thanks a lot!
Your solution is much better than my sets.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.