function onUse(cid, item, fromPosition, itemEx, toPosition)
local player = Player(cid)
if player:getStorageValue(80000) <= os.time() then
player:setExperienceRate(cid, SKILL__LEVEL, config.rate)
player:setStorageValue(config.storage, os.time() + config.time * 60 *...