I have the following script, that blocks a certain area once a player goes in
function onStepIn(cid, item, pos)
pos1 = {x=1119, y=874, z=8, stackpos=1}
pos2 = {x=1122, y=873, z=8, stackpos=1}
pos3= {x=1124, y=875, z=8, stackpos=1}
rock1 = getThingfromPos(pos1)
rock2 =...