//:://///////////////////////////////////////////// //:: FileName sc_amanda1st //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 8/13/2002 9:11:21 PM //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "AmandaFirstTimeTalked") == 1)) return FALSE; return TRUE; }