//:://///////////////////////////////////////////// //:: FileName sc_miller1st //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 8/31/2002 4:29:52 PM //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "MillerFirstTimeTalked") == 1)) return FALSE; return TRUE; }