Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function ups()
- while not turtle.up() do
- turtle.attackUp()
- end
- end
- -- pour tester
- while true do
- turtle.up()
- ups()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement