//:://///////////////////////////////////////////// //:: FileName sc_022 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 26/01/2005 5:27:11 PM //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "enhance") == 1)) return FALSE; return TRUE; }