//:://///////////////////////////////////////////// //:: FileName sc_murin1st2 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 4/29/2003 5:09:51 PM //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "MurinFirstTimeTalked") == 2)) return FALSE; return TRUE; }