Reply to Re: wait_for__lbuttom
If you don't have an account, just leave the password field blank.
Just a simple test script:
I noticed something. When the loop is running, Dink won't say ass when I press D, but if I hit ESC, then D, he will mysteriously say ass afterwards each time I press D.
void main(void)
{
freeze(1);
loop:
wait_for_button();
if (&result == 68)
{
say("ass",1);
}
if(&result != 5)
{
goto loop;
}
unfreeze(1);
kill_this_task();I noticed something. When the loop is running, Dink won't say ass when I press D, but if I hit ESC, then D, he will mysteriously say ass afterwards each time I press D.







