//:://///////////////////////////////////////////// //:: FileName jw_lore_10_chk //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 20/04/2003 15:57:45 //::////////////////////////////////////////////// int StartingConditional() { // Make sure the player has the required skills if(GetSkillRank(SKILL_LORE, GetPCSpeaker())<10) return FALSE; return TRUE; }