From d0ed9eba21b93831831ecee13e5fd0e21ea3b985 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 16 Jun 2019 23:05:57 -0300 Subject: Fix display bugs on Frostia King --- npc/024-16/king.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'npc/024-16/king.txt') 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; -- cgit v1.2.3-70-g09d2