moveTo
local destination = Position(1065, 996, 8)
function onUse(player, item, fromPosition, target, toPosition, isHotkey)
if isInArray({3058, 3059, 3065, 3066}, target.itemid) then
target:moveTo(destination, false)
return true
end
return false
end
Red