local stor = {11111, 22222, 33333, 44444, 55555, 66666, 77777}
function onStepIn(cid, item, position, lastPosition, fromPosition, toPosition, actor)
if item.actionid == stor[1] then -- door aid 11111
for _, a in pairs(stor) do
if getCreatureStorage(cid, a) < 1 then
doTeleportThing(cid...