Help with random spawning

We are making a game where objects are spawning from the same spot, progressively faster, but at random times so that it is unpredictable. We are struggling with figuring out how to make these actors literally spawn RANDOMLY. When we pick random, it shows "(min,max)" but no matter what, it is always fixed to spawn at one number. For instance, if we picked "Random(1,5)" the actor will spawn at any number from 1, to 5. Say it picks 4, it will constantly spawn every four seconds, every time. We want it so that it is randomly spawning, say every 1, 5 seconds. Any help? Any templates?

We've asked similar questions before but we are still struggling with it.

Comments

Sign In or Register to comment.