//:://///////////////////////////////////////////// //:: FileName sc_egcp1st //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 8/17/2002 8:55:37 PM //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "EGCPriestFirstTimeTalked") == 1)) return FALSE; return TRUE; }