diff options
Diffstat (limited to 'npc/xmas/taro.txt')
-rw-r--r-- | npc/xmas/taro.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/npc/xmas/taro.txt b/npc/xmas/taro.txt new file mode 100644 index 00000000..6950d957 --- /dev/null +++ b/npc/xmas/taro.txt @@ -0,0 +1,13 @@ +new_10-1.gat,57,61,0 script Child 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 |