//:://///////////////////////////////////////////// //:: FileName sc_snarve //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 11/23/2008 5:13:39 PM //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "snarve") == 1)) return FALSE; return TRUE; }