More quest persistence
More quest persistence & cleanup.
This commit is contained in:
@@ -25,7 +25,7 @@ int StartingConditional()
|
||||
nInt = RetrieveQuestState("spiders", oPC);
|
||||
// nInt=GetLocalInt(oPC, "NW_JOURNAL_ENTRYspiders");
|
||||
|
||||
if (nInt == 1) return TRUE;
|
||||
if (nInt < 2 && nInt > 0) return TRUE;
|
||||
|
||||
return FALSE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user