Adding Hours to this ....How?

gold911tgold911t Member Posts: 17
edited November -1 in Working with GS (Mac)
Hi There Guys.

First of all, Thanks for all of you here, you've been a great help....
Now, I want to display Hours in this time format.

HH:MM:SS

Now, I only can display MM:SS, how to add the hours.
I use this expression.

floor(floor(( game.time display %3600)/60)/10)..floor((floor( game.time display %3600)/60)%10)..":"..floor(( game.time display %60)/10)..floor( game.time display %10)

Thaks for reading,
T
Sign In or Register to comment.