summaryrefslogtreecommitdiff
path: root/npc/woodland/passages.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/woodland/passages.txt')
-rw-r--r--npc/woodland/passages.txt30
1 files changed, 0 insertions, 30 deletions
diff --git a/npc/woodland/passages.txt b/npc/woodland/passages.txt
deleted file mode 100644
index d67e5882..00000000
--- a/npc/woodland/passages.txt
+++ /dev/null
@@ -1,30 +0,0 @@
-new_9-1.gat,58,91 warp tofield 1,1,new_4-1.gat,15,15
-new_9-1.gat,47,102 warp tosouth 2,2,new_14-1.gat,50,25
-
-new_9-1.gat,73,29,0 script Taro 114,{
-
- mes "[Taro]";
-
- mes "I saw Santa Claus going up this road.";
-
- mes "Will you help me following him?";
-
- next;
-
- menu
-
- "Of course, I'll help you!",yes,
-
- "No, it's probably dangerous out there.",no;
-
-yes:
-
- warp "new_10-1.gat",56,61;
-
- close;
-
-no:
-
- close;
-
-} \ No newline at end of file