NWNDS/nwnds_module/hs_bluff_med.nss
Jaysyn904 de24f81734 Added NWN Dark Sun module contents
Added NWN Dark Sun module contents.
2021-07-12 21:24:46 -04:00

16 lines
311 B
Plaintext

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