Reply to Dink is sequence 0?!
If you don't have an account, just leave the password field blank.
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?
//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?







