o.0
local piedra = Action()
function piedra.onUse(player, item, fromPosition, target, toPosition, isHotkey)
if target:getId() == 7518 then
player:teleportTo(Position(32423, 32448, 7))
player:getPosition():sendMagicEffect(CONST_ME_TELEPORT)
end
return true
end...