Persistent Quest update

Persistent Quest update & bugfixes.
This commit is contained in:
Jaysyn904
2022-06-29 23:13:47 -04:00
parent 99a8071aeb
commit 5bb45371fc
22 changed files with 567 additions and 218 deletions

View File

@@ -26,7 +26,7 @@ int StartingConditional()
nInt = RetrieveQuestState("spiders", oPC);
// nInt=GetLocalInt(oPC, "NW_JOURNAL_ENTRYspiders");
if (nInt >= 3) return TRUE;
if (!nInt == 3) return FALSE;
return FALSE;
return TRUE;
}