summaryrefslogtreecommitdiff
path: root/npc/011-3_Hermit's_cave/hermit.txt
blob: 0c6f7550904686905b1059cb3542df7950cb2f70 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//

011-3.gat,30,30,0	script	Arkim	116,{
        mes "[Arkim the Hermit]";
        mes "\"Do you want to go back outside?\"";
        next;
        menu
        	"Yes please", L_Sure,
        	"Not yet", -;
        close;

L_Sure:
        warp "011-1.gat", 60, 95;
        close;

}