its here
function onAddItem(moveitem, tileitem, position, cid)
if(tileitem.itemid == jumptile) then
for zica = 1,14 do
if getTileThingByPos({x = position.x,y = position.y,z = position.z+zica,stackpos = 0}).itemid > 0 then
doTeleportThing(moveitem.uid, {x = position.x,y = position.y,z...