Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- turtle.place()
- turtle.select(2)
- turtle.dropUp()
- turtle.select(1)
- turtle.turnRight()
- sleep(10)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement