HiddenTradition_PRC8/_module/nss/sc_amandachkeasy.nss
2024-06-20 15:47:42 -04:00

19 lines
471 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName sc_amandachkeasy
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 8/13/2002 3:00:53 PM
//:://////////////////////////////////////////////
#include "nw_i0_tool"
int StartingConditional()
{
// Perform skill checks
if(!(AutoDC(DC_EASY, SKILL_PERSUADE, GetPCSpeaker())))
return FALSE;
return TRUE;
}