As the wiki says, it takes a number as argument.
Don’t forget to convert text/numbers when needed.
Use the blue buttons on the side of the fields to build your line and avoid mistakes.
Sorry, tried, it comes up with ToString(trunc(GlobalVariableString(level1time) and works, but there is no mention of using *100/100 or if it can be done.
level1time is a timer, so if you complete the level in 13:88 seconds, the normal code rounds it to 14 seconds.
I would like it to show as 13:88 so you want to beat it.
If you want “:” as separator, you’ll have to use Text manipulation expressions, I think.
Take the first two characters, add the sign, and add the next two characters.