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















                                                  
//

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", L_Sure,
        	"Not yet", -;
        close;

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

}