Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- art = {1, 2, 1, 2, 3, 3, 2, 1, 2, 1}
- for n = 1, 10 do
- slot = art[n]
- turtle.select(slot)
- turtle.placeDown()
- turtle.forward()
- end
- for i = 1, 10 do
- turtle.back()
- end
- turtle.turnRight()
- turtle.forward()
- turtle.turnLeft()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement