The Dink Network

Reply to Re: Diablo

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
December 2nd 2009, 08:54 PM
dinkdead.gif
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;
}