Change how GS counts?

Hey guys I'm trying to build a clock into a score... so for example 3:45 would be a score. I have this currently built and it is working.. but I am having problems with the high scoring and saving the high score. Because the hour and the minute are two separate integers.

My question is, is it possible to change the way GS counts. So instead of needing two integers I need to have only one. So that way instead of GS counting to 99 to change to 100, GS would only need to go to 59. This way I could make my clock and score save perfectly. So it would count up as one number but skip the 60-99. Possible?

Thanks guys!
Rob

Comments

  • PixelPunPixelPun Member Posts: 324
    figured it out.
  • ElfizmElfizm Member Posts: 489
    I don't know how you did it but I would have has a rule that is: change highscore to 100*hour + minutes.

    Well something like that if your still using two integers
Sign In or Register to comment.