summaryrefslogtreecommitdiff
path: root/world/map/npc/020-2/banker.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/020-2/banker.txt')
-rw-r--r--world/map/npc/020-2/banker.txt18
1 files changed, 0 insertions, 18 deletions
diff --git a/world/map/npc/020-2/banker.txt b/world/map/npc/020-2/banker.txt
deleted file mode 100644
index 8b0c8e59..00000000
--- a/world/map/npc/020-2/banker.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-020-2,122,63,0|script|Ben|193
-{
- set @npcname$, "Ben";
- callfunc "Banker";
- close;
-}
-
-020-2,127,63,0|script|Maria|190
-{
- 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;
-}