//:://///////////////////////////////////////////// //:: FileName sc_114 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 8/24/2002 5:16:34 PM //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "DoitOnce") == 0)) return FALSE; if(!(GetLocalInt(GetPCSpeaker(), "ReklinQuest") == 5)) return FALSE; return TRUE; }