Check this, and change "from, to" position to your room position
function onUse(player, item, fromPosition, target, toPosition, monster, isHotkey)
local from = {x = 981, y = 997, z = 10}
local to = {x = 1002, y = 1017, z = 10}
local pos = {x = 992, y = 1008, z = 10}
for x =...