DEPRECATED: The server data developed for the tmwAthena server used by The Mana World Legacy. All further development will take place in the "server-data" repo.
//
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;
}