diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-16 23:05:57 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-16 23:05:57 -0300 |
commit | d0ed9eba21b93831831ecee13e5fd0e21ea3b985 (patch) | |
tree | e80108ba2ade6b4316e5aabcbf6df7634a309ba1 /npc/024-16/king.txt | |
parent | e7d611e75aa7954f5a99ba58f196b1bf9b7bc851 (diff) | |
download | serverdata-d0ed9eba21b93831831ecee13e5fd0e21ea3b985.tar.gz serverdata-d0ed9eba21b93831831ecee13e5fd0e21ea3b985.tar.bz2 serverdata-d0ed9eba21b93831831ecee13e5fd0e21ea3b985.tar.xz serverdata-d0ed9eba21b93831831ecee13e5fd0e21ea3b985.zip |
Fix display bugs on Frostia King
Diffstat (limited to 'npc/024-16/king.txt')
-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; |