Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function buildWall (length)
- turtle.select(1)
- for i = 1, length do
- turtle.placeDown()
- turtle.forward()
- end
- end
- turtle.up()
- buildWall(7)
- turtle.turnRight()
- buildWall(7)
- turtle.turnRight()
- buildWall(7)
- turtle.turnRight()
- buildWall(7)
Advertisement
Add Comment
Please, Sign In to add comment