The Dink Network

Reply to Re: Callback

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:
 
 
September 13th 2005, 05:56 AM
spike.gif
Also if you don't want Dink to pee (or whatever) when he's doing something else, there's the busy(); command. I've never tried, but it should work somewhere along these lines:

void pee()
{
hold:
int &busy = busy(1);
if (&busy != 0)
{
wait(500);
goto hold;
}
//pee here
}