From 6da4f9d728f5cb1bf4db103cab375671c39985a0 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 21 Jun 2019 17:41:08 -0300 Subject: Tulimshar City Map, given by Nard automatically, and referenced on Swezanne. Many questions about “where's the fishing rod” and “where's Silvia”, let's make things simple. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- npc/items/maps.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 npc/items/maps.txt (limited to 'npc/items/maps.txt') diff --git a/npc/items/maps.txt b/npc/items/maps.txt new file mode 100644 index 000000000..cb9b418d6 --- /dev/null +++ b/npc/items/maps.txt @@ -0,0 +1,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; +} + -- cgit v1.2.3-60-g2f50