HiddenTradition_PRC8/_module/nss/ayla_persuade2.nss

19 lines
469 B
Plaintext
Raw Permalink Normal View History

//::///////////////////////////////////////////////
//:: FileName ayla_persuade2
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 8/26/2003 2:47:46 PM
//:://////////////////////////////////////////////
#include "nw_i0_tool"
int StartingConditional()
{
// Perform skill checks
if(!(AutoDC(DC_EASY, SKILL_PERSUADE, GetPCSpeaker())))
return FALSE;
return TRUE;
}