Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local args = {...}
- local dist = args[1]
- local function doLine()
- for n = 1, dist do
- turtle.forward()
- turtle.placeDown()
- turtle.refuel()
- end
- end
- doLine()
- turtle.turnLeft()
- turtle.forward()
- turtle.turnLeft()
- doLine()
Advertisement
Add Comment
Please, Sign In to add comment