Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Nome: Turtle Ricarica Palla di Cannone
- -- Programmatore: Vorakh
- -- Data: 16/8/2013
- --Ricarica Palla di Cannone
- turtle.select(4)
- turtle.dig()
- turtle.forward()
- turtle.select(3)
- turtle.place()
- turtle.back()
- turtle.select(4)
- turtle.place()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement