summaryrefslogtreecommitdiff
path: root/npc/024-16/king.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/024-16/king.txt')
-rw-r--r--npc/024-16/king.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/npc/024-16/king.txt b/npc/024-16/king.txt
index 5b28d0ceb..2b3c8caae 100644
--- a/npc/024-16/king.txt
+++ b/npc/024-16/king.txt
@@ -65,6 +65,26 @@ L_MainQuest:
msObjective(BaseLevel >= 40, l("* @@/@@ Base Level", BaseLevel, 40));
msObjective(true, l("* Deliver Nikolai's Letter to Frostia Mayor"));
msObjective(ESTATE_RENTTIME >= gettimetick(2), l("* Rent a room in Frostia's Inn"));
+ if (ESTATE_RENTTIME >= gettimetick(2))
+ goto L_Continue;
+ close;
+
+L_Continue:
+ next;
+ mesn;
+ mesq l("Great, I see you've already made yourself comfortable!");
+ next;
+ mesn;
+ mesq l("Do not hesit to purchase furniture. The furniture belongs to the house, so if you lose the house, you'll lose it, too. But apartments are never rent to someone else!");
+ next;
+ mesn;
+ mesq l("Bah, sorry my manners! I love to chat! Anyway, talk to any General of mine, just behind me. See if they need help.");
+ 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;
+
+ // Endtrail
mes "";
mesc l("@@ You need to wait further releases to continue this quest!", b(l("WARNING:"))), 1;
close;