summaryrefslogtreecommitdiff
path: root/npc/xmas/taro.txt
blob: 6950d95708719d8c9bb77d0164cb50688d840f96 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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;
}