PWE_PRC8/_module/nss/chk_persuade.nss
Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

19 lines
467 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName chk_persuade
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 13/3/2003 PM 8:10:41
//:://////////////////////////////////////////////
#include "nw_i0_tool"
int StartingConditional()
{
// Perform skill checks
if(!(AutoDC(DC_HARD, SKILL_PERSUADE, GetPCSpeaker())))
return FALSE;
return TRUE;
}