Initial Upload
Initial Upload
This commit is contained in:
18
_module/nss/rhgolem_charm.nss
Normal file
18
_module/nss/rhgolem_charm.nss
Normal file
@@ -0,0 +1,18 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: 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;
|
||||
}
|
Reference in New Issue
Block a user