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