LoT_PRC8/_module/nss/pr_ba_pers_chk.nss

19 lines
470 B
Plaintext
Raw Normal View History

2023-09-25 21:32:17 -04:00
//::///////////////////////////////////////////////
//:: 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;
}