Increasing Random Actor Spawns with Variable Intervals?

Okay, this has completely halted my game and I really need some help. I have googled for hours and tried every possibility I could think of. Hopefully I can explain this well enough..

What I'm trying to accomplish is Actors that spawn at a random location at random times, right now random(1,15). Clicking on the actor deletes it, and adds +50 to your score. Then when the score reaches an interval of 250, I want the random time interval to get smaller, resulting in more frequent actors, so random(1,10) for example. and decreasing every 250 points. Then reset the timer when it gets to random(1,1) for example.

I have the random spawning done.
The score is done.
The +250 score intervals are done.

The only problem appears to be changing the random integer for spawning timers. It just doesn't change in any way. I read somewhere that you need to 'reset the timer for new values' but can't find any more information on that. Thanks for reading and helping!
Sign In or Register to comment.