Advertisement
Vorakh

Turtle Ricarica Palla di Cannone

Aug 16th, 2013 (edited)
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.25 KB | None | 0 0
  1. -- Nome: Turtle Ricarica Palla di Cannone
  2. -- Programmatore: Vorakh
  3. -- Data: 16/8/2013
  4.  
  5. --Ricarica Palla di Cannone
  6.  
  7. turtle.select(4)
  8. turtle.dig()
  9. turtle.forward()
  10. turtle.select(3)
  11. turtle.place()
  12. turtle.back()
  13. turtle.select(4)
  14. turtle.place()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement