function onUse(cid, item, fromPosition, itemEx, toPosition)
if(getCreatureStorage(cid, STORAGE) < 1) then
setCreatureMaxHealth(cid, getCreatureMaxHealth(cid) + 1000)
doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "Your Health Is Now: " .. getCreatureMaxHealth(cid) .. ".")...