Hi guys, I´m not sure if this is a good place to ask, but does anyone know a good way to show 1.5 k gold intead of 1500 gold? And change abbreviation as the number goes higher? Also I don´t know exactly how to search this on google, I searched number abbreviation and found this tread.Thanks!
Let's say you have a variable called GOLD. What I do now, is...
event (If GOLD > 999 & < 10000)
Action (Set text to left(str(GOLD),1))&"."&mid(str(GOLD),1,1))
Something like that. Using lefts and mids is a lot easier than having multiple functions and variables.