summaryrefslogtreecommitdiff
path: root/world/map/npc/items/maps.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/items/maps.txt')
-rw-r--r--world/map/npc/items/maps.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/world/map/npc/items/maps.txt b/world/map/npc/items/maps.txt
new file mode 100644
index 00000000..29d54e7d
--- /dev/null
+++ b/world/map/npc/items/maps.txt
@@ -0,0 +1,9 @@
+function|script|readMap
+{
+ message strcharinfo(0), "You have no clue how to use this item yet.";
+ goto L_Return;
+
+L_Return:
+ set @MapName$, "";
+ return;
+}