summaryrefslogtreecommitdiff
path: root/npc/items/maps.txt
blob: cb9b418d6200ba28e75b341c620bd6b8e0acba69 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// 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 ManaPlus updated.";
    select("Ok");
    setskin "";
    closeclientdialog;
    return;
}