Aantioch_Infernum/_module/nss/rhgolem_buff.nss
Jaysyn904 22947ad4b6 Initial Upload
Initial Upload
2023-08-08 16:22:17 -04:00

19 lines
485 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName rhgolem_buff
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 21/12/2003 15:04:06
//:://////////////////////////////////////////////
#include "nw_i0_tool"
int StartingConditional()
{
// Perform skill checks
if(!GetIsSkillSuccessful(GetPCSpeaker(), SKILL_BLUFF,20 ))
return FALSE;
return TRUE;
}