Reply to Re: Problem with hitting
If you don't have an account, just leave the password field blank.
The last part in void hit() should probably be goto loop, instead of goto mainloop... The dude will indeed stop shooting as soon as Dink hits him otherwise. (However, he starts shooting again after void attack() runs, because that procedure correctly has it as goto loop.
)
