summaryrefslogtreecommitdiff
path: root/npc/001-1_Tulimshar/banker.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-1_Tulimshar/banker.txt')
-rw-r--r--npc/001-1_Tulimshar/banker.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/npc/001-1_Tulimshar/banker.txt b/npc/001-1_Tulimshar/banker.txt
index 4fc05f62..c428e6e8 100644
--- a/npc/001-1_Tulimshar/banker.txt
+++ b/npc/001-1_Tulimshar/banker.txt
@@ -1,5 +1,13 @@
+//
+
001-1.gat,57,52,0 script Tybalt 107,{
set @npcName$, "Tybalt";
callfunc "Banker";
close;
}
+
+001-1.gat,51,29,0 script Achar 49,{
+ openstorage;
+ mes "Come again!";
+ close;
+}