//:://///////////////////////////////////////////// //:: FileName sc_007 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 3/11/2004 3:32:13 AM //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "marilithdead") != 1)) return FALSE; return TRUE; }