Reply to Re: Diablo
If you don't have an account, just leave the password field blank.
Ok so including Someone's suggestion:
void main ( void ) { int &p; int &q; loop: sp_active(&p, 0); sp_active(&q, 0); &p = say_xy("Total EXP: &totalexp / Current EXP: &curexp / Next Level EXP: &nextlevel", 1, 360); &q = say_xy("Current Health: &life / &lifemax", 1, 380); wait(1000); goto loop; }