function onUse(creature, item, position, fromPosition, pos, target, toPosition)
if player:getStorageValue(Storage.Exaust.Time) >= os.time() then
player:sendTextMessage(MESSAGE_STATUS_SMALL, 'You are exhausted.')
return true
end
local player = creature:getPlayer()
local...