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

18 lines
481 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName sigil_lore
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 5/7/2008 2:35:47 PM
//:://////////////////////////////////////////////
#include "nw_i0_tool"
int StartingConditional()
{
// Perform skill checks
if(!(AutoDC(DC_MEDIUM, SKILL_LORE, GetPCSpeaker())))
return FALSE;
else
return TRUE;
}