//:://///////////////////////////////////////////// //:: FileName sc_ug1st //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 8/15/2002 6:55:00 AM //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "UgFirstTimeTalked") == 1)) return FALSE; return TRUE; }