Heroes in my game have veterancy, and when each of them level up they earn health and damage. How do you round the health and damage display so it for health it doesn't show 412, but 410, and for damage so it doesn't show [+4.24] but instead [+4]. I have OCD so I need all the values to be rounded :D
i don't know why you stats are getting fucked up but you could use catalog triggers to round any value (be careful with real and int working with catalogs)
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Heroes in my game have veterancy, and when each of them level up they earn health and damage. How do you round the health and damage display so it for health it doesn't show 412, but 410, and for damage so it doesn't show [+4.24] but instead [+4]. I have OCD so I need all the values to be rounded :D
Can it be done with catalogs?
SCII Profile: http://us.battle.net/sc2/en/profile/2744634/1/Drusus/
"The main reason Santa is so jolly is because he knows where all the bad girls live." - George Carlin
@NeroClaudiusDrusus: Go
i don't know why you stats are getting fucked up but you could use catalog triggers to round any value (be careful with real and int working with catalogs)