//:://///////////////////////////////////////////// //:: FileName sc_lionserp1st //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 8/13/2002 8:16:30 PM //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "LionSerpentFirstTimeTalked") == 1)) return FALSE; return TRUE; }