this is very strange. whenever i do add the syn_male_fire_mutant.invisible= ; then i get the empty synonym error.

function TURNOFF_MALE_FIRE
{male_fire_mutant()// set the synonym
wait 1;
syn_male_fire_mutant.invisible=on;;
}
if I take this out the syn_male_fire_mutant then the error goes away. from all of the code i have looked at this should work???

however this one does not generate an error but it does nothing.
function TURNOFF_MALE_FIRE
{male_fire_mutant();// set the synonym
wait 1;
remove syn_male_fire_mutant;
}

okay this version also gives the synonym error.
function TURNOFF_MALE_FIRE
{male_fire_mutant();// set the synonym
wait 1;
me.invisible=off;
}

I am using a4 commericial.