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