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