More quest persistence
More quest persistence & cleanup.
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
//::
|
||||
//:://////////////////////////////////////////////
|
||||
/*
|
||||
Makes sure the "Marthek the Madman" quest
|
||||
has been started.
|
||||
Makes sure the "Marthek the Madman" is on
|
||||
stage one.
|
||||
*/
|
||||
//:://////////////////////////////////////////////
|
||||
//::
|
||||
@@ -27,7 +27,7 @@ int StartingConditional()
|
||||
nInt = RetrieveQuestState("marthek", oPC);
|
||||
// nInt = GetLocalInt(oPC, "NW_JOURNAL_ENTRYmarthek");
|
||||
|
||||
if (nInt >= 1) return TRUE;
|
||||
if (nInt > 0 && nInt < 2) return TRUE;
|
||||
|
||||
return FALSE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user