ID:138907
 
Code:
stat("Agility","[jru_Commafy(usr.Agility)] (x[usr.AgilityMod])")

//examaple of what i thought would work

stat("Agility","[round jru_Commafy(usr.Agility)] (x[usr.AgilityMod])")


Problem description:

after some equations for how i want some of my stats to be gained at im wondering if theres any way i can addin round to the stats i figure this jru commafy may already have it in there but it apparently doesn't work see how the equation leaves most of the stats in decimal numbers like 6.1432 when i just want it rounded when it reaches proper number
Try
jru_Commafy(round(agility))