// TMW2 Script. // Authors: // Jesusalva // Description: // World Map Items function script wmap { .@loc$=getarg(0, LOCATION$); setnpcdialogtitle l("World Map - @@", l(.@loc$)); setskin "map_"+.@loc$; mes "Please keep your ManaVerse updated."; select("Ok:All"); setskin ""; closeclientdialog; if (@menu == 2) callfunc("wmap", "South"); return; }