this is my first post. i'm microvip here and ingame.
and i treid to make a automatic tree cutter.
but i get all time the
bios:338: [string "tree"]:9: '<eof>' expectedI test my code everytime so i will be sure to get it working but now am i stuck.
int = 0 while turtle.detect() == true do turtle.dig() turtle.digUp() turtle.up() end elseif turtle.down() == false then turtle.forward() turtle.select(2) turtle.dropDown() turtle.select(3) turtle.turnLeft() turtle.turnLeft() turtle.forward() turtle.dropDown() turtle.turnleft() turtle.turnLeft() end return 0;
this part is fully working.
int = 0 while turtle.detect() == true do turtle.dig() turtle.digUp() turtle.up() end
Thanks for reading.
gr. Microvip











