summaryrefslogtreecommitdiff
path: root/npc/new_4-1-cave-small/hermit.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/new_4-1-cave-small/hermit.txt')
-rw-r--r--npc/new_4-1-cave-small/hermit.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/npc/new_4-1-cave-small/hermit.txt b/npc/new_4-1-cave-small/hermit.txt
new file mode 100644
index 00000000..2ef32941
--- /dev/null
+++ b/npc/new_4-1-cave-small/hermit.txt
@@ -0,0 +1,16 @@
+//
+
+new_4-1.gat,30,30,0 script Arkim 116,{
+ mes "[Arkim the Hermit]";
+ mes "\"Do you want to go back outside?\"";
+ next;
+ menu
+ "Yes please", L_Sure,
+ "Not yet", -;
+ close;
+
+L_Sure:
+ warp "new_9-1.gat", 60, 95;
+ close;
+
+}