NWNDS/nwnds_module/ka_preludechk2.nss

13 lines
173 B
Plaintext
Raw Normal View History

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