function getBotTeleport(x, y, z)
coordStart(x, y, z, 21.5, 1, false)
HEADWAY = {}
table.insert(HEADWAY, {
coordX = x,
coordY = y,
coordZ = z
})
end
function onCoordStop()
local BOT_POS = {getBotPosition()}
if BOT_POS[1] == HEADWAY[1]['coordX'] and BOT_POS[2] ==...