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