summaryrefslogblamecommitdiff
path: root/npc/011-3_Hermits_cave/hermit.txt
blob: f732f83a63a6444dbcb58f58105e01ad629f2a59 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12

  
                                             








                                                  
                                 
              
 
//

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;
}