Spawning Actors?

goku123goku123 Member Posts: 20
edited November -1 in Working with GS (Mac)
I need help with random spawning!! I don't know how to make the actor spawn at different times.

Comments

  • SamXOOO7SamXOOO7 Member Posts: 47
    what do you exactly mean by different times?
  • ORBZORBZ Member Posts: 1,304
    This has a 1 in 5 odds of spawning an actor every second

    `
    timer every 1s
    -- chance = random(1,5)
    -- rule when chance == 1
    ---- spawn
    `
  • goku123goku123 Member Posts: 20
    Meaning like if I want like a wave of actors coming at me at different times.
  • ORBZORBZ Member Posts: 1,304
    did u read my post? It does that. it's up to you to adjust the timing and the probability to suit your game.
Sign In or Register to comment.