Advertisement
TheTor08

turtle_cassante

Jul 27th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. while true do
  2.  
  3. turtle.suck()
  4. turtle.turnLeft()
  5. turtle.turnLeft()
  6.  
  7. for i = 0, 64, 1 do
  8. turtle.place()
  9. sleep(2)
  10. end
  11.  
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement