19 lines
485 B
Plaintext
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;
|
|
}
|