Reply to Re: wait_for__lbuttom
If you don't have an account, just leave the password field blank.
Uh-huh, true. I ditched the one from the reference and tried this:
Now, button 5 is ESC. If I try the above, it won't work at all! If I try if (&result == 5) though, Dink will say ass. The game is also frozen. dang
void main(void)
{
freeze(1);
loop:
wait_for_button();
if (&result == 68)
{
say("ass",1);
}
goto loop;
unfreeze(1);
kill_this_task();Now, button 5 is ESC. If I try the above, it won't work at all! If I try if (&result == 5) though, Dink will say ass. The game is also frozen. dang







