-
Valued Member
How to change stamina value ?!
Hi all :D
How to change the stamina value please ? :'(
Help me thanks
-
-
Valued Member
Re: How to change stamina value ?!
-
Re: How to change stamina value ?!
** Update:
Maybe here > warz.sln
// UI expects inverse values, so do 100-X (exception is toxicity)
var[0].SetInt(100-food);
var[1].SetInt(100-water);
var[2].SetInt(100-health);
var[3].SetInt(toxicity);
var[4].SetInt(100-stamina);
gfxHUD.Invoke("_root.api.setHeroCondition", var, 5);
}
Last edited by Syxn; 19-03-14 at 04:27 PM.