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

25 lines
384 B
Plaintext

//::///////////////////////////////////////////////
//:: Lore Check Medium
//:: NW_D2_LOREMED
//:://////////////////////////////////////////////
#include "nw_i0_plot"
int StartingConditional()
{
object oPC = GetPCSpeaker();
if(GetLocalInt(oPC,"jandertalked") == 2)
return FALSE;
return TRUE;
return AutoDC(DC_MEDIUM, SKILL_LORE, GetPCSpeaker());
}