Stat bars
wait i think i figured out the problem,how can i make it so my max hunger is a set number of like 25 or something like that?
fixed it
Froglord1
If the widget is always visible then you will need to write the new value to the relevant widget element after changing it too.
Add the following to the while loop.
widget["widget_id"].element["0001"].value = player.stat["hunger"]; // element number/ID needs to be the part of the hud that holds hunger
it didnt work
even if 5 seconds have passed
i have
Have you given starting values to all your custom stats?
oh crap,no,how do you do that?
OH MY GOSH THANK YOU SO MUCH IT FINALLY WORKED
sorry didnt notice caps lock was on
again,thank you