diff options
author | Jared Adams <jaxad0127@gmail.com> | 2008-11-02 22:45:17 +0000 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2008-11-02 22:45:17 +0000 |
commit | ec9be0a2967b38955d26e337b05bc3a042ac4544 (patch) | |
tree | e1ef509c78c8a3fe777b4adb0f4c650364fa55cb /npc/woodland/passages.txt | |
parent | 2fd04617279829d54349b325bacb4c72addebfe4 (diff) | |
download | serverdata-ec9be0a2967b38955d26e337b05bc3a042ac4544.tar.gz serverdata-ec9be0a2967b38955d26e337b05bc3a042ac4544.tar.bz2 serverdata-ec9be0a2967b38955d26e337b05bc3a042ac4544.tar.xz serverdata-ec9be0a2967b38955d26e337b05bc3a042ac4544.zip |
Branch data for eAthena
Diffstat (limited to 'npc/woodland/passages.txt')
-rw-r--r-- | npc/woodland/passages.txt | 30 |
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 |