Files
HeroesStone_PRC8/_module/nss/bluff_med.nss
Jaysyn904 1eefc84201 Initial Commit
Initial Commit.
2025-09-14 15:40:46 -04:00

19 lines
462 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName bluff_med
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 5/4/2008 2:58:56 PM
//:://////////////////////////////////////////////
#include "nw_i0_tool"
int StartingConditional()
{
// Perform skill checks
if(!(AutoDC(DC_MEDIUM, SKILL_BLUFF, GetPCSpeaker())))
return FALSE;
return TRUE;
}