Score displays too many decimal points

Greetings,

Created a counter to count the number of collisions and adding .01 for each. the counter is showing 16 decimal places. How do I limit to just whole numbers or just two places?

alan

Hello, use Round() or Ceil() function in the expression editor

And to show 2 decimals places you can do:

round( YourNumber * 100 ) / 100.0

As explained here: [url]How to retrieve timer value into a text object ? - [SOLVED] - #14 by Lizard-13]