//:://///////////////////////////////////////////// //:: FileName aid_0 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 6/10/2004 9:59:16 PM //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "owlswitch") == 0)) return FALSE; return TRUE; }