Repeating score change attribute
Weswog
Member Posts: 1,171
How do I make it so that every 6000 points or so it will change an attribute?
Cheers, Weswog
Cheers, Weswog
Comments
Create attribute game.score to keep track of score
When game.score = 6,000
Change attribute: "insert what attribute you want to change..."
game.points = game.trigger (for example)
-->
"do something" and change attribute game.trigger to game.trigger +6000
so that the next time,
game.score = game.trigger
it will do something again. If that made sense.
Cheers, Weswog