blob: 671c2eea71ad627d9632d7646855cb805a6c03c9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
new_4-1.gat,30,30,0 script Hermit 116,{
mes "[Hermit]";
mes "Do you want to go back outside?";
next;
menu
"Yes please",yes,
"Not yet",notyet;
yes:
warp "new_9-1.gat",60,95;
close;
notyet:
close;
}
|