//:://///////////////////////////////////////////// //:: FileName sc_010 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 19/04/2008 17:40:08 //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "Iworms") == 0)) return FALSE; return TRUE; }