//:://///////////////////////////////////////////// //:: FileName sc_014 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 3/16/2003 10:56:22 PM //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "startkey") == 1)) return FALSE; return TRUE; }