Persistent Quest update
Persistent Quest update & bugfixes.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user