Advertisement
Guest User

bibi

a guest
Apr 24th, 2014
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.25 KB | None | 0 0
  1. while true do
  2. turtle.select(16)
  3. if turtle.compareDown() == true then
  4. turtle.turnRight()
  5. end
  6. turtle.select(15)
  7. if turtle.compareDown() == true then
  8. turtle.turnRight()
  9.  
  10. turtle.select(14)
  11. if turtle.compare() == true then
  12.  
  13. end
  14. turtle.forward()
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement