Displaying game.time without milliseconds!

OlsenOlsen Member Posts: 30
edited November -1 in Working with GS (Mac)
How can I display the game time, showing only minutes and seconds and not milliseconds?

I find it a bit disturbing having milliseconds because they change so fast, and I dont think people want to know the exact milliseconds.

So.. does anyone know?

Comments

  • BarrytheBarrythe Member Posts: 82
    You just need to use the expression Floor, taken from the expression dropdown. So for example instead of displaying "Game.Time", you'd display "Floor(Game.Time)". All this does is drop the decimals and round down to the nearest whole number.
  • OlsenOlsen Member Posts: 30
    BarrytheBrave said:
    You just need to use the expression Floor, taken from the expression dropdown. So for example instead of displaying "Game.Time", you'd display "Floor(Game.Time)". All this does is drop the decimals and round down to the nearest whole number.

    Thanks, I´ll try that now.
Sign In or Register to comment.