Reply to Re: wait_for__lbuttom
If you don't have an account, just leave the password field blank.
Oh, gosh dang ignore all that in the previous post. I messed up. Freeze ain't the problem.
Main problem: Dink will say ass when I press ESC, but not when I press D.
void main(void) { freeze(1); loop: wait_for_button(); if (&result == 68) { say("ass",1); } if (&result == 5) { say("ass",1); } goto loop; }
Main problem: Dink will say ass when I press ESC, but not when I press D.