diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/024-16/king.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/npc/024-16/king.txt b/npc/024-16/king.txt index 2b3c8caae..3388b6154 100644 --- a/npc/024-16/king.txt +++ b/npc/024-16/king.txt @@ -13,6 +13,8 @@ slide 30, 52; end; } + if (.@q == 15) + goto L_Campaign; if (.@q >= 13) goto L_MainQuest; @@ -82,8 +84,11 @@ L_Continue: next; mesn; mesq l("There's somewhere I want you to go, but you're not strong enough yet, so be patient and help them first."); - setq General_Narrator, 14, 0; + if (getq(General_Narrator) == 13) + setq General_Narrator, 14, 0; + close; +L_Campaign: // Endtrail mes ""; mesc l("@@ You need to wait further releases to continue this quest!", b(l("WARNING:"))), 1; |