summaryrefslogtreecommitdiff
path: root/npc/030-2/basic_npcs.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/030-2/basic_npcs.txt')
-rwxr-xr-xnpc/030-2/basic_npcs.txt73
1 files changed, 73 insertions, 0 deletions
diff --git a/npc/030-2/basic_npcs.txt b/npc/030-2/basic_npcs.txt
new file mode 100755
index 00000000..10b97cd2
--- /dev/null
+++ b/npc/030-2/basic_npcs.txt
@@ -0,0 +1,73 @@
+
+
+030-2,37,81,0 script Oswal NPC328,{
+ mes "[Oswal]";
+ mes "\"Welcome. I hope you enjoy your visit in Santa's residence. You already saw the workshop where the Christmas presents are crafted, right?\"";
+ next;
+ mes "\"Well, here you are in the office. We're taking care of various administrative tasks. Some are related to Christmas, but we also need to keep the everyday business running.";
+ mes "Santa, as one of the most powerful Sages, has a lot of issues to pay attention to.\"";
+ close;
+}
+
+030-2,37,85,0 script Taito NPC328,{
+ mes "[Taito]";
+ mes "\"Hello. I'm sorry, but I'm very busy at the moment and want to concentrate. If you have any questions, ask one of the other helpers.\"";
+ close;
+}
+
+030-2,31,77,0 script Rikhard NPC329,{
+ mes "[Rikhard]";
+ mes "\"I'm really glad that this year's Christmas preparations are going well. You know, last year nearly everything went wrong, so we all had to work really hard on that, and the everyday issues had to be neglected.\"";
+ next;
+ mes "\"But there are very important topics we have to take care on as Santa's helpers. The Sages have an important role in the politics of Kaizei.\"";
+ next;
+ mes "\"As an example, currently I'm working on analyzing a trade regulation proposal from Tulimshar's Wizard Council. I can't get into the details about this, obviously. But, let me tell you, those Tulimshar people try to get everything under their control.\"";
+ next;
+ mes "\"It's part of our work to maintain Kaizei's independency. In my opinion the Sages should be much more reluctant about this anyway. But well, I'm only a mere helper, this isn't up to me. I can only do my best to deliver an analysis as accurate as possible.\"";
+ next;
+ mes "\"Which is why I should go back to work now.\"";
+ close;
+}
+
+030-2,31,85,0 script Akseli NPC329,{
+ mes "[Akseli]";
+ mes "\"Ah, a visitor! Do you enjoy your time in Santa's residence?\"";
+ menu
+ "Yes, it's really interesting.", L_Interesting,
+ "It's ok.", L_Rage,
+ "I'm confused, it's much bigger than from the outside.", L_Next;
+
+L_Next:
+ mes "[Akseli]";
+ mes "\"Ah, yes, that's a magic technique almost all of the Sages use. The house is located in a shifted dimension.\"";
+ goto L_close;
+
+L_Interesting:
+ mes "[Akseli]";
+ mes "\"Good to hear that! Go look around, talk with the other guys and girls, we have an open house policy all year.\"";
+ goto L_close;
+
+L_Rage:
+ mes "[Akseli]";
+ mes "\"tsss... you young people can't get no satisfaction eh?\"";
+ goto L_close;
+
+L_close:
+ close;
+}
+
+
+030-2,78,34,0 script Aaron NPC328,{
+ mes "[Aaron]";
+ mes "\"Welcome to Santa's famous Christmas workshop. Feel free to have a look around and talk to the craftsmen.\"";
+ next;
+ mes "\"You have to know, Santa is a great promoter for skilled craftsmen. He's always looking out for talented persons who can join our team and get an excellent apprenticeship here.\"";
+ close;
+}
+
+030-2,154,33,0 script Iivo NPC329,{
+ mes "You see a helper cutting some leather pieces. He looks very focused on his work. Then he notices you.";
+ mes "[Iivo]";
+ mes "\"Hu? Oh, hello. Feel free to watch.\"";
+ close;
+}