Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- turtle.refuel()
- turtle.up()
- -- væg 1
- for i = 1,9 do
- turtle.placeDown
- turtle.forward()
- end
- -- væg 2
- turtle.turnRight()
- turtle.forward()
- for i = 1,8 do
- turtle.placeDown
- turtle.forward()
- end
- -- væg 3
- turtle.turnRight()
- turtle.forward()
- for i = 1,8 do
- turtle.placeDown
- turtle.forward()
- end
- -- væg 4
- turtle.turnRight()
- turtle.forward()
- for i = 1,8 do
- turtle.placeDown
- turtle.forward()
- end
Advertisement
Add Comment
Please, Sign In to add comment