Reply to Re: Max Life Lowering
If you don't have an account, just leave the password field blank.
put
if (&life > &lifemax)
&life = &lifemax;
straight after &lifemax -= 50;
if (&life > &lifemax)
&life = &lifemax;
straight after &lifemax -= 50;