//:://///////////////////////////////////////////// //:: FileName sc_bash3 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 11/16/2008 7:55:49 AM //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "bash3") == 1)) return FALSE; return TRUE; }