Limiting Time Display
I have a timer going by 0.1. While displaying this, some times it will display like 4.23882. I only want to display one decimal place, is there someway to force this to prevent from displaying more than one decimal place?
Comments
Every 0,1sec
change attribute to attribute + ...?
Also tried interpolate (duration 0.1) instead of change attribute but i dont think that added up right anyways.
one decimal also...
Alex
Rule -> if game.timer is < 10 then display (0.0 formula)
--->otherwise display (00.0 formula)