function onStepIn(cid, item, position, lastPosition)
local portal = {x = 1375, y = 500, z = 9}
local finishedqueststorage = 14001
local player = Player(cid)
if (player:getStorageValue(finishedqueststorage) == 14001) then
doTeleportThing(player, portal)
doSendMagicEffect(portal...