Scores and Spawns

MattVolletMattVollet Member Posts: 86
edited November -1 in Working with GS (Mac)
Is there a way to make something spawn when the player reaches a certain point level?

I could also do what I am looking for if I can make something spawn after all the collectables are collected.

Thanks,

Matt

Comments

  • jonmulcahyjonmulcahy Member, Sous Chef Posts: 10,408
    very easy. if you've got a score attribute, just create a rule on a spawner object off screen.

    when game.Score is greater than whatever
    spawn NewActor

    and give it a position.

    the same thing would work with collectables, just have it spawn when game.Collectable is equal to 5 (or however many you have)
  • MattVolletMattVollet Member Posts: 86
    Brilliant. Thanks a ton.
  • jonmulcahyjonmulcahy Member, Sous Chef Posts: 10,408
    no problem, post back if you need any help, a bunch of us have done stuff like this before.
Sign In or Register to comment.