Show game.time

FreztinoFreztino Member Posts: 30
edited November -1 in Working with GS (Mac)
Is there a way to show game.time without counting up?? like how much time you used to complete the game...

Thanks for your help

From Freztino =)

Comments

  • CodeMonkeyCodeMonkey Head Chef, Member, PRO Posts: 1,803
    You could create some real type attributes that store the game.time. Depending on when you define what is the end and start of the game you would add the behaviors:
    Change Attribute Behavior: StartTime equals game.time
    Change Attribute Behavior: EndTime equals game.time

    Then display the difference in those attributes as the time it took to finish the game.
  • FreztinoFreztino Member Posts: 30
    Thanks i got it to work =) but i didn't do the the thing with start.time, only end.time

    THANKS
Sign In or Register to comment.