The Dink Network

Reply to Re: Code for enemy hit?

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 4th 2010, 03:48 AM
sob_scorpy.gif
DinkDude95
Peasant He/Him Australia
The guy with the cute D-Mod. 
So I'd call it with

external("script", "vampire");


right? And then have in the script:

void vampire( void )
{
if (&missle_source == 1)
{
  compare_weapon("SwordOfSucking");
  if (&return == 1)
  {
    // vampiric stuff
  }
}
}


Thanks, fellas.