Fixed creature hak name, added more quest persistence
Fixed creature hak name, added more quest persistence. Co-Authored-By: Awetizmo <107700980+Awetizmo@users.noreply.github.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: jckupra1.nss
|
||||
//:: Copyright (c) 2022 Rappan Athuk
|
||||
//:: Copyright (c) 2022 Project RATDOG
|
||||
//:://////////////////////////////////////////////
|
||||
/*
|
||||
|
||||
@@ -19,7 +19,7 @@ object oPC = GetPCSpeaker();
|
||||
|
||||
int nInt;
|
||||
// nInt = GetLocalInt(oPC, "NW_JOURNAL_ENTRYkupra");
|
||||
nInt = RetrieveQuestState("NW_JOURNAL_ENTRYkupra", oPC);
|
||||
nInt = RetrieveQuestState("kupra", oPC);
|
||||
|
||||
if (nInt >= 1)
|
||||
return FALSE;
|
||||
|
Reference in New Issue
Block a user