NWNDS/nwnds_module/ka_didbook.nss

14 lines
174 B
Plaintext
Raw Normal View History

int StartingConditional()
{
object oPC = GetPCSpeaker();
int nInt;
nInt=GetLocalInt(oPC, "NW_JOURNAL_ENTRYSageAdvice");
if (!(nInt >= 1))
return FALSE;
return TRUE;
}