The Dink Network

Reply to Re: Problem with hitting

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
October 6th 2011, 01:56 PM
spike.gif
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. )