19 lines
466 B
Plaintext
19 lines
466 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName chk_persuadeasy
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 13/3/2003 PM 9:31:25
|
|
//:://////////////////////////////////////////////
|
|
#include "nw_i0_tool"
|
|
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Perform skill checks
|
|
if(!(AutoDC(DC_EASY, SKILL_HEAL, GetPCSpeaker())))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|