//:://///////////////////////////////////////////// //:: FileName sc_sas23 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 10/16/2009 1:41:42 PM //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "sas23") == 1)) return FALSE; return TRUE; }