seconds#=timer() //seconds local min as Float min = trunc(sec / 60.0) sec = sec - min * 60.0 local ms as Float ms = sec - trunc(sec) ms = ms * 100.0 sec = trunc(sec) //dissplaying it to screen SetTextString ( 4, line4$ ) line4$ = "Make match in 30 seconds(" + str (seconds#) +")"
ps- I'm sure that some players don't mind if they see your decimal points