Scores and Spawns

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
I could also do what I am looking for if I can make something spawn after all the collectables are collected.
Thanks,
Matt
Comments
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)