NWNDS/nwnds_module/ka_preludechk3.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 >= 4))
return FALSE;
return TRUE;
}