summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/commands/rent.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/commands/rent.txt b/npc/commands/rent.txt
index cafe41e33..2be2ccc61 100644
--- a/npc/commands/rent.txt
+++ b/npc/commands/rent.txt
@@ -1,7 +1,10 @@
// TMW2 Script
//
// @rentitem <item> <time>
-// Rents an <item> for <time>
+// Rents an <item> for <time> seconds
+// 1 hour: 3600s
+// 1 day: 86400s
+// 1 month: 2592000s
- script @rentitem 32767,{
end;