The Dink Network

Reply to Re: enemy attack script

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:
 
 
December 30th 2009, 12:23 PM
custom_iplaydink.gif
iplaydink
Peasant He/Him Sweden
Hmm.. 
Are you doing the targeting and shoot in a loop in the void main?
void main(void)
{
//load graphics, set health and stuff
loop:
//dinks cordinates, get monster cordinates
//fire
wait(1000);
goto loop;
}
void hit(void)
{
goto loop;
}