//:://///////////////////////////////////////////// //:: FileName sc_043 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 3/27/2003 10:34:41 PM //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "geteye") == 1)) return FALSE; return TRUE; }