summaryrefslogtreecommitdiff
path: root/npc/commands/rent.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-11-09 14:26:47 -0300
committerJesusaves <cpntb1@ymail.com>2020-11-09 14:26:47 -0300
commit251fa7004c0b7581d7742005df64008bc16e0bc1 (patch)
treee5bcebe2c492caaa5a385340fb93593075af3e36 /npc/commands/rent.txt
parent768007b88a4599223f8c60be46aee5c0a15ee269 (diff)
downloadserverdata-251fa7004c0b7581d7742005df64008bc16e0bc1.tar.gz
serverdata-251fa7004c0b7581d7742005df64008bc16e0bc1.tar.bz2
serverdata-251fa7004c0b7581d7742005df64008bc16e0bc1.tar.xz
serverdata-251fa7004c0b7581d7742005df64008bc16e0bc1.zip
[skip ci] add comments
Diffstat (limited to 'npc/commands/rent.txt')
-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;