Reply to Re: Code for enemy hit?
If you don't have an account, just leave the password field blank.
So I'd call it with
right? And then have in the script:
Thanks, fellas.
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.
