//:://///////////////////////////////////////////// //:: FileName sc_shlbwin //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 9/7/2009 6:26:34 PM //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "shlbwin") == 1)) return FALSE; return TRUE; }