Update status bar ?
I'm scripting an option where Dink may pay for something with &lifemax. But I need to know how to update the status bar. It automaticaly updates when I &lifemax += 10; but still looks long when I &lifemax -= 10;
: I'm scripting an option where Dink may pay for something with &lifemax. But I need to know how to update the status bar. It automaticaly updates when I &lifemax += 10; but still looks long when I &lifemax -= 10;
Did you try draw_status(); ? Also, you need to set this var to 1:
&update_status = 1;
Did you try draw_status(); ? Also, you need to set this var to 1:
&update_status = 1;