Battledale_PRC8/_module/nss/jw_lore_10_chk.nss

17 lines
477 B
Plaintext
Raw Normal View History

//::///////////////////////////////////////////////
//:: 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;
}