17 lines
481 B
Plaintext
17 lines
481 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: 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;
|
||
|
}
|