local Places = {
[{987, 1010, 8}] = {995, 1010, 7}
}
function onStepIn(cid, item, position, lastPosition, fromPosition, toPosition, actor)
local _Pos = {getThingPosition(item.uid).x, getThingPosition(item.uid).y, getThingPosition(item.uid).z}
local fP = {false, false, false}
for i, k in...