Advertisement
kovakovi2000

CC: Place Satelite

Mar 31st, 2020
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. side = 1
  2. local function set_pc()
  3. turtle.forward()
  4. turtle.forward()
  5. turtle.select(side)
  6. turtle.place()
  7. peripheral.call("front","turnOn")
  8. turtle.up()
  9. turtle.select(5)
  10. turtle.place()
  11. turtle.down()
  12. turtle.back()
  13. turtle.back()
  14. side = side + 1
  15. end
  16.  
  17. while turtle.up() do end
  18.  
  19. turtle.down()
  20. set_pc()
  21. turtle.turnLeft()
  22. turtle.turnLeft()
  23. set_pc()
  24. turtle.turnRight()
  25. turtle.down()
  26. turtle.down()
  27. set_pc()
  28. turtle.turnLeft()
  29. turtle.turnLeft()
  30. set_pc()
  31. turtle.turnLeft()
  32.  
  33. while turtle.down() do
  34. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement