NWNDS/nwn_dark_sun/hs_bluff_med.nss
Jaysyn904 b01c5cc7db Added PnP Dire Rat.
Added PnP Dire Rat.
2021-07-21 17:48:43 -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;
}