generated from Jaysyn/ModuleTemplate
25 lines
384 B
Plaintext
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());
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|