Scores and Spawns
MattVollet
Member Posts: 86
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)
Send and Receive Data using your own Server Tutorial! | Vote for A Long Way Home on Steam Greenlight! | Ten Years Left
Send and Receive Data using your own Server Tutorial! | Vote for A Long Way Home on Steam Greenlight! | Ten Years Left