Changing spawning frequency

carlblanchetcarlblanchet Member Posts: 755
edited August 2012 in Working with GS (Mac)
Hi all!

I have a timer that spawns an actor every so and so seconds at random, and my question is; how could I make that random so and so amount change after a certain amount of time?

Thanks! :) :)

Comments

  • carlblanchetcarlblanchet Member Posts: 755
    Please if anyone knows, i would love it if you could share the information. :) thanks
  • BoyGeniusStudiosBoyGeniusStudios Member Posts: 92
    First you want to make a attribute named spawn level 2 (or anything). Then make a rule that whenever a actor is spawned change attribute spawn level 2 +1. Then make a rule that if spawn level 2 is below 20 (or whenever you want more to spawn) to spawn random 2-5 (or lower or higher) and then make another rule, that if attribute spawn level 2 is above 20 spawn random 4-8.
  • carlblanchetcarlblanchet Member Posts: 755
    @boygeniusstudios How didn't I think of that... Thank you very much!! :)
Sign In or Register to comment.