Aantioch_Infernum/_module/nss/rhgolem_charm.nss

19 lines
493 B
Plaintext
Raw Permalink Normal View History

2023-08-08 16:22:17 -04:00
//::///////////////////////////////////////////////
//:: 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;
}