[quote:2ll78eyg]Left(string, N)
Returns a string with the left N characters of string, eg. Left("Hello", 2) gives "He"
That with a few subevents should work.
-if damage is greater than 1000 set text to left(variable "damage",3)&" k"
--if damage is greater than 1000000 set text to left(variable "damage",9)&" m"