Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

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;
}