17 lines
480 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())<8)
return FALSE;
return TRUE;
}