LoT_PRC8/_module/nss/pr_ba_pers_chk.nss
Jaysyn904 ec287507a1 Initial upload
Initial upload.
2023-09-25 21:32:17 -04:00

19 lines
470 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName pr_ba_pers_chk
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 26/02/2005 12:13:13
//:://////////////////////////////////////////////
#include "nw_i0_tool"
int StartingConditional()
{
// Perform skill checks
if(!(AutoDC(DC_MEDIUM, SKILL_PERSUADE, GetPCSpeaker())))
return FALSE;
return TRUE;
}