//:://///////////////////////////////////////////// //:: FileName sc_murin1st //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 8/19/2002 10:42:25 PM //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "MurinFirstTimeTalked") == 1)) return FALSE; return TRUE; }