remove the -- from onthink function.. its saying that one is not found cause its set to not be read.
local TilePos = {x=1005, y=1002, z=7, stackpos = 2}
local config = {
arena = {
frompos = {x = 1130, y = 912, z = 7},
topos = {x = 1162, y = 931, z = 7}
}
}
function onThink(interval)...