ID:145169
 
Code:
        stat("Stamina:","[Stamina]%")


Problem description:

I want my stamina to look like a percentage so I set the MaxStamina to 100. But in real life, after you train, you don't get tired as easy. Is there any way to increase max stamina but show it as a percentage?
First grade math
"[round(stam/maxstam*100)]%"
In response to Mysame
I already worked it out but didnt think of round. Thanks.