summaryrefslogtreecommitdiff
path: root/world/map/npc/items/maps.txt
diff options
context:
space:
mode:
authorHoraK-FDF <horak-fdf@web.de>2024-06-01 11:20:10 +0200
committerLed Mitz <smoothshifter@tuta.io>2024-06-06 19:46:45 +0000
commit62a866fb025efa73994ce11fa0638125953f224d (patch)
tree605b0d0bbef768b7acdd3199a289487583af0a20 /world/map/npc/items/maps.txt
parente7c3aa5af6e13bd6febfb024a32f0166a2e33cbd (diff)
downloadserverdata-62a866fb025efa73994ce11fa0638125953f224d.tar.gz
serverdata-62a866fb025efa73994ce11fa0638125953f224d.tar.bz2
serverdata-62a866fb025efa73994ce11fa0638125953f224d.tar.xz
serverdata-62a866fb025efa73994ce11fa0638125953f224d.zip
KeepAfterUse + DontUseAmmo
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;
+}