summaryrefslogtreecommitdiff
path: root/world/map/npc/items/shovel.txt
diff options
context:
space:
mode:
authorAJ K <aj@keresztes.us>2024-08-28 14:37:48 -0400
committerAJ K <aj@keresztes.us>2024-08-28 14:37:48 -0400
commite39be783e852f390d61776c51c006d444a131f0b (patch)
tree8183fcb880c427c10f0ff341e8981a4e1afa7e6f /world/map/npc/items/shovel.txt
parentcca41e5ba8fcd2e971303fd54be8786c86d82c7e (diff)
parent59aa2316201d785beee4abe7a4cfe6b87f53beb1 (diff)
downloadserverdata-e39be783e852f390d61776c51c006d444a131f0b.tar.gz
serverdata-e39be783e852f390d61776c51c006d444a131f0b.tar.bz2
serverdata-e39be783e852f390d61776c51c006d444a131f0b.tar.xz
serverdata-e39be783e852f390d61776c51c006d444a131f0b.zip
Diffstat (limited to 'world/map/npc/items/shovel.txt')
-rw-r--r--world/map/npc/items/shovel.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/world/map/npc/items/shovel.txt b/world/map/npc/items/shovel.txt
new file mode 100644
index 00000000..b706f1fe
--- /dev/null
+++ b/world/map/npc/items/shovel.txt
@@ -0,0 +1,5 @@
+function|script|useShovel
+{
+ message strcharinfo(0), "You have no clue how to use this item yet.";
+ return;
+}