//:://///////////////////////////////////////////// //:: FileName luc_dead //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 12/12/2004 10:32:26 PM //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "luciferdead") == 1)) return FALSE; return TRUE; }