there's no table items, unless you didn't add it,
local items = {itemid1, itemid2, itemid3}
local areas = {
positions = {
Position(218, 113, 7),
Position(312, 339, 7),
Position(282, 200, 7)
}
}
function onThink(interval)
if not items or not next(items)...