summaryrefslogtreecommitdiff
path: root/npc/cave-small/hermit.txt
blob: 848b2c65c199919aa1372f6d42451a9cd8a6f542 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
new_4-1.gat,30,30,0	script	Arkim	116,{
        mes "[Arkim the 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;

}