function onStepIn(cid, item, position, fromPosition)
if getPlayerItemCount(cid, 2112) >= 1 then
doTeleportThing(cid, {x = 100, y = 100, z = 7})
else
doTeleportThing(cid, fromPosition)
doPlayerSendCancel(cid, "You need some item to go here.")
end
return true
end