//:://///////////////////////////////////////////// //:: FileName sc_010 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 4/3/2005 4:17:54 PM //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "vamp") == 4)) return FALSE; return TRUE; }