Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local x=io.read()
- while x>0 do
- turtle.turnLeft()
- turtle.place()
- turtle.turnRight()
- turtle.forward()
- turtle.forward()
- turtle.forward()
- turtle.forward()
- turtle.forward()
- turtle.forward()
- x=x-1
- end
Add Comment
Please, Sign In to add comment