//:://///////////////////////////////////////////// //:: FileName sc_abbot1st //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 9/14/2002 7:00:41 PM //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "AbbotFirstTimeTalked") == 1)) return FALSE; return TRUE; }