How to display a character after large numbers
passmits
Member, PRO Posts: 26
Hello everyone!
Does anyone know how to resplace big numbers when they reach a number what is larger that the screen widht.
So for example: when a number is 1000, the actor displays 1K. When a number is 1,000,000, the actor displays 1M.
So I want to remove some zero's and replace it with a capital letter.
Comments
Would something like this work?
Yeah that's it! Thank you very much!
You are welcome!