5 posts
Posted 04 September 2013 - 10:50 AM
I was wondering if anyone has a simple code for this? I want to use it with force saplings. If possible it would pause and wait for more saplings when it runs out instead of shutting down.
259 posts
Posted 04 September 2013 - 01:12 PM
easy way is to make the turtle go forward until it gets to the farthest place you want the sapling, then repeat turtle.back() turtle.place() until the row is complete, then turtle.turnRight() turtle.forward() turtle.turnLeft() and do the same as before