summaryrefslogtreecommitdiff
path: root/npc/020-2/banker.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/020-2/banker.txt')
-rw-r--r--npc/020-2/banker.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/npc/020-2/banker.txt b/npc/020-2/banker.txt
new file mode 100644
index 00000000..69f5a48f
--- /dev/null
+++ b/npc/020-2/banker.txt
@@ -0,0 +1,16 @@
+020-2,132,64,0 script Ben NPC193,{
+ @npcname$ = "Ben";
+ callfunc "Banker";
+ close;
+}
+
+020-2,127,63,0 script Maria NPC190,{
+ mes "[Maria]";
+ mes "\"Hello!";
+ mes "\"Isn't it great?\"";
+ next;
+ mes "\"Nivalis has increased trade with merchants from Thermin in the west and the barbarian tribe who live in the mountains northwest of here.\"";
+ next;
+ mes "\"That's why this office was built.\"";
+ close;
+}