NWNDS/nwnds_module/hs_bluff_med.nss

16 lines
311 B
Plaintext
Raw Normal View History

//::///////////////////////////////////////////////
//:: FileName hs_bluff_med
//:://////////////////////////////////////////////
#include "nw_i0_tool"
int StartingConditional()
{
// Perform skill checks
if(!(AutoDC(DC_MEDIUM, SKILL_BLUFF, GetPCSpeaker())))
return FALSE;
return TRUE;
}