ES_PRC8/_module/nss/zahl_persuade_sc.nss

19 lines
474 B
Plaintext
Raw Permalink Normal View History

2023-11-14 12:09:02 -05:00
//::///////////////////////////////////////////////
//:: FileName zahl_persuade_sc
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 7/18/2002 11:14:35 AM
//:://////////////////////////////////////////////
#include "nw_i0_tool"
int StartingConditional()
{
// Perform skill checks
if(!(AutoDC(DC_MEDIUM, SKILL_PERSUADE, GetPCSpeaker())))
return FALSE;
return TRUE;
}