local storage = 55555
local max = 20
local min = 10
function onStepIn(cid, item, position, fromPosition)
if getPlayerStorageValue(cid, storage) <= 0 then
doPlayerSetStorageValue(cid, storage, 1)
local function damage(cid)
if isCreature(cid) and getPlayerStorageValue(cid, storage) >= 1 then...