local pos = {x = 32060, y = 32193, z = 7}
--Position where player gets teleported if he DOES NOT HAVE premium
function onStepIn(cid, item, position, fromPosition)
if(not(isPremium(cid))) then
doTeleportThing(cid, pos)
doSendMagicEffect(pos, CONST_ME_TELEPORT)
end
return true
end
<movevent type="StepIn" actionid="9922" event="script" value="Premtile.lua"/>