Battledale_PRC8/_module/nss/jw_persuade_18.nss

17 lines
481 B
Plaintext
Raw Permalink Normal View History

//::///////////////////////////////////////////////
//:: FileName jw_persuade_18
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 20/04/2003 19:18:29
//:://////////////////////////////////////////////
int StartingConditional()
{
// Make sure the player has the required skills
if(GetSkillRank(SKILL_PERSUADE, GetPCSpeaker())<12)
return FALSE;
return TRUE;
}