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