function onStepIn(cid, item, position, fromPosition)
local useTeleport = true
local position = {x=1000,y=1000,z=7} -- Teleport position if true
local message = "You have already stepped on this tile"
local storage = 1337
if getPlayerStorageValue(cid, storage) == 1 and useTeleport ==...