The Dink Network

Reply to Funny

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:
 
 
June 3rd 2004, 08:19 AM
spike.gif
int &wtime = 10;
wloop:
say_stop(".....", 1);
&wtime -= 1;
wait(100);
if (&wtime < 1)
goto cont;
goto wloop;
cont:

Oh how smart doing that was. It saved me so many lines and all.