//:://///////////////////////////////////////////// //:: FileName sc_chevas01 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 8/5/2006 9:40:40 PM //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "nFirstTimeTalked") == 3)) return FALSE; return TRUE; }