19 lines
490 B
Plaintext
19 lines
490 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_INTIMIDATE,25 ))
|
||
|
return FALSE;
|
||
|
|
||
|
return TRUE;
|
||
|
}
|