diff options
Diffstat (limited to 'world/map/npc/items/shovel.txt')
-rw-r--r-- | world/map/npc/items/shovel.txt | 5 |
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; +} |