Every time score increases rule
Khan56
Member Posts: 32
Hi, I'm trying to put a rule into my game that adds 50 coins to a coin attribute every time the score hits the next thousand(1000, 2000, 3000 etc). Can anyone help?
Comments
When mod(score,1000) = 999 change coin to coin +50
@Socks Thanks a lot man works fine!
Good !