//:://///////////////////////////////////////////// //:: FileName sc_cutterpersuad //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 4/29/2003 1:21:02 PM //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "DryadFirstTimeTalked") == 2)) return FALSE; return TRUE; }