The Dink Network

Reply to Re: exploding barrel trouble

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 30th 2006, 12:18 PM
knightg.gif
cypry
Peasant He/Him Romania
Chop your own wood, and it will warm you twice. 
You could check to see if there is a script attached with
&myscript = is_script_attached(&missile_source);
&okthen = 0;
run_script_by_number(&myscript,"CHECK");

use the check procedure in the fireball script, and write
void check(void)
{
&okthen = 1;
}

&okthen is a global variable. You can check then if it's 1 or 0. I know you didn't want to involve the fireball script, but that's the only way I could think of, if you want to check for scripts.