diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-11-09 14:26:47 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-11-09 14:26:47 -0300 |
commit | 251fa7004c0b7581d7742005df64008bc16e0bc1 (patch) | |
tree | e5bcebe2c492caaa5a385340fb93593075af3e36 /npc | |
parent | 768007b88a4599223f8c60be46aee5c0a15ee269 (diff) | |
download | serverdata-251fa7004c0b7581d7742005df64008bc16e0bc1.tar.gz serverdata-251fa7004c0b7581d7742005df64008bc16e0bc1.tar.bz2 serverdata-251fa7004c0b7581d7742005df64008bc16e0bc1.tar.xz serverdata-251fa7004c0b7581d7742005df64008bc16e0bc1.zip |
[skip ci] add comments
Diffstat (limited to 'npc')
-rw-r--r-- | npc/commands/rent.txt | 5 |
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; |