• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Lua Talkaction /get Storage

CastorFlynn

Member
Joined
Aug 29, 2021
Messages
88
Reaction score
8
I'm trying to figure out the value assigned to a storage, but by talkaction /get it always returns this value to me: 1635463264

The function allocates time to this storage, and I would like to know how much time is left before I can perform action X.

Lua:
playerTile:setStorageValue(Storage.Quest.BossTimer, os.time() + 20 * 3600)
 
you need to convert time to a readable format, this topic might be useful:
 
Back
Top