function onStepIn(cid, item, position, fromPosition)
if getPlayerLevel(cid) >= 100 then
return true
else
doplayer:sendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "level 100 to pass this tile")
doTeleportThing(cid, fromPosition, false)
end
end
@henkas