Scoring Bonus
I am trying to have a "miss" taken off the players' total "misses" count every 50 points but cant seem to get it to work.
I have the following:
Rule: game.score = game.score+50
then
change attribute: game.misses to game.misses-1
The minus 1 part works, I just cant get it to do that every X amount of points. The problem is in the first part of my rule but I cant seem to correct it.
I have the following:
Rule: game.score = game.score+50
then
change attribute: game.misses to game.misses-1
The minus 1 part works, I just cant get it to do that every X amount of points. The problem is in the first part of my rule but I cant seem to correct it.