The Dink Network

Reply to Re: 3 Answers

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:
 
 
November 3rd 2003, 08:02 AM
custom_magicman.gif
magicman
Peasant They/Them Netherlands duck
Mmmm, pizza. 
I know this post is a little out-of-date, but whatever, there MUST be some way to do it.

I think this thing might work:

void hit( void )
{
if (&missle_source == &current_sprite)
{
&missle_source = 0;
//Do nothing
}
//Put the sword-check and the rest of the script here
}