NWNDS/nwn_dark_sun/sc_mpersuade.nss

19 lines
469 B
Plaintext
Raw Normal View History

//::///////////////////////////////////////////////
//:: FileName sc_mpersuade
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 8/14/2002 1:09:30 AM
//:://////////////////////////////////////////////
#include "nw_i0_tool"
int StartingConditional()
{
// Perform skill checks
if(!(AutoDC(DC_MEDIUM, SKILL_PERSUADE, GetPCSpeaker())))
return FALSE;
return TRUE;
}