19 lines
493 B
Plaintext
19 lines
493 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName rhgolem_charm
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 21/12/2003 15:07:56
|
|
//:://////////////////////////////////////////////
|
|
#include "nw_i0_tool"
|
|
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Perform skill checks
|
|
if(!GetIsSkillSuccessful(GetPCSpeaker(), SKILL_PERSUADE,15 ))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|