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