TheHordeUndead_PRC8/_module/nss/persuadecheck.nss

19 lines
470 B
Plaintext
Raw Normal View History

2023-09-21 20:25:34 -04:00
//::///////////////////////////////////////////////
//:: FileName persuadecheck
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 8/22/2002 9:56:23 PM
//:://////////////////////////////////////////////
#include "nw_i0_tool"
int StartingConditional()
{
// Perform skill checks
if(!(AutoDC(DC_MEDIUM, SKILL_PERSUADE, GetPCSpeaker())))
return FALSE;
return TRUE;
}