//:://///////////////////////////////////////////// //:: FileName sc_fritz //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 6/29/2008 7:08:35 PM //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "fritz") == 1)) return FALSE; return TRUE; }