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/xmas/taro.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/xmas/taro.txt')
-rw-r--r-- | npc/xmas/taro.txt | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/npc/xmas/taro.txt b/npc/xmas/taro.txt deleted file mode 100644 index b3cf4f1d..00000000 --- a/npc/xmas/taro.txt +++ /dev/null @@ -1,13 +0,0 @@ -new_10-1.gat,57,61,0 script Taro 114,{ - mes "[Taro]"; - mes "I'm scared!!!"; - mes "Bring me back, pleeeease!!!"; - next; - menu - "Ok",yes, - "Just give me one more minute.",no; -yes: - warp "new_9-1.gat",73,31; close; -no: - close; -}
\ No newline at end of file |