//:://///////////////////////////////////////////// //:: FileName sc_sas1 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 10/24/2009 8:56:21 AM //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "sas1") == 1)) return FALSE; return TRUE; }