//:://///////////////////////////////////////////// //:: FileName sc_025 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 7/30/2002 11:53:34 AM //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "Timmy") == 1)) return FALSE; return TRUE; }