//:://///////////////////////////////////////////// //:: FileName sc_dryad1st //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 8/16/2002 5:18:55 PM //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "DryadFirstTimeTalked") == 1)) return FALSE; return TRUE; }