The Dink Network

Reply to Dink is sequence 0?!

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:
 
 
November 27th 2007, 04:48 PM
dinkdead.gif
I'm trying to detect if Dink is standing still by doing this:

//excerpt
loop:
&itemp = sp_seq(1, -1);
if (&itemp > 18)
{
wait(50);
goto loop;
}
//rest of the script...

but it ain't working. When testing by pushing against something I get:
Dink:Compared 316 to 18
in debug.txt, which is all fine, but after a while it says:
Dink:Compared 0 to 18
Which is strange, and annoying. How can Dink's sequence be 0?