Every time score increases rule

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

  • SocksSocks London, UK.Member Posts: 12,822
    edited April 2015

    When mod(score,1000) = 999 change coin to coin +50

  • Khan56Khan56 Member Posts: 32

    @Socks Thanks a lot man works fine!

  • SocksSocks London, UK.Member Posts: 12,822

    @Khan56 said:
    Socks Thanks a lot man works fine!

    Good ! :smile:

Sign In or Register to comment.