summaryrefslogtreecommitdiff
path: root/npc/048-2/visitors.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/048-2/visitors.txt')
-rw-r--r--npc/048-2/visitors.txt36
1 files changed, 36 insertions, 0 deletions
diff --git a/npc/048-2/visitors.txt b/npc/048-2/visitors.txt
new file mode 100644
index 00000000..9227627b
--- /dev/null
+++ b/npc/048-2/visitors.txt
@@ -0,0 +1,36 @@
+
+048-2,46,44,0 script Connor NPC150,{
+ mes "[Connor]";
+ mes "\"Oh, hello. There was a big accident in the library! Most of the books were damaged or destroyed!\"";
+ next;
+ mes "\"As far as I understand it had to do with those weird slimes. They're white and blue! I've never seen slimes of that color.\"";
+ next;
+ mes "\"I was so excited to get an opportunity to study some of the rare and valuable books and now this.";
+ mes "I'd never have expected something like this happening in a Sages household. I thought they're so powerful and wise...\"";
+ close;
+}
+
+048-2,28,30,0 script Parcival NPC153,{
+ mes "[Parcival]";
+ mes "\"Hello young one. Did you also come here to see the library?\"";
+ menu
+ "Nah, I'm just having a look around.",L_close,
+ "Yes!", L_More;
+
+L_More:
+ mes "[Parcival]";
+ mes "\"That's very commendable. But you'll be disappointed, there is a huge problem and the library is all upside down.";
+ mes "This is very annoying! I was planning this trip for months and now this!\"";
+ mes "He sighs.";
+ next;
+ mes "[Parcival]";
+ mes "\"I'll probably have to leave and come back another time. But I want to warm up first.\"";
+ next;
+ mes "\"I wonder what they did... I can still feel some distortion in the magic pattern within this mansion. I mean, it's twisted anyway, because the Sages have their houses in a shifted dimension - that's why it is so much larger in the inside than from the outside.\"";
+ next;
+ mes "\"But there's something else... Well, I've heard about the research being done here. Seems there's some very advanced magic involved.\"";
+ goto L_close;
+
+L_close:
+ close;
+}