Larsanor

GateBuilder

Feb 15th, 2022 (edited)
568
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.51 KB | None | 0 0
  1. component = require("component")
  2. shell = require("shell")
  3. computer = require("computer")
  4. robot = require("robot")
  5. r = component.robot
  6. robot.select(1)
  7. robot.place()
  8. robot.turnLeft()
  9. robot.forward()
  10. robot.turnRight()
  11. robot.select(2)
  12. robot.place()
  13. robot.turnLeft()
  14. robot.forward()
  15. robot.up()
  16. robot.turnRight()
  17. robot.select(3)
  18. robot.place()
  19. robot.turnLeft()
  20. robot.forward()
  21. robot.up()
  22. robot.turnRight()
  23. robot.select(2)
  24. robot.place()
  25. robot.up()
  26. robot.select(3)
  27. robot.place()
  28. robot.up()
  29. robot.select(2)
  30. robot.place()
  31. robot.up()
  32. robot.select(3)
  33. robot.place()
  34. robot.turnRight()
  35. robot.forward()
  36. robot.turnLeft()
  37. robot.up()
  38. robot.select(2)
  39. robot.place()
  40. robot.turnRight()
  41. robot.forward()
  42. robot.turnLeft()
  43. robot.up()
  44. robot.select(3)
  45. robot.place()
  46. robot.turnRight()
  47. robot.forward()
  48. robot.turnLeft()
  49. robot.select(2)
  50. robot.place()
  51. robot.turnRight()
  52. robot.forward()
  53. robot.turnLeft()
  54. robot.select(3)
  55. robot.place()
  56. robot.turnRight()
  57. robot.forward()
  58. robot.turnLeft()
  59. robot.down()
  60. robot.select(2)
  61. robot.place()
  62. robot.turnRight()
  63. robot.forward()
  64. robot.turnLeft()
  65. robot.down()
  66. robot.select(3)
  67. robot.place()
  68. robot.down()
  69. robot.select(2)
  70. robot.place()
  71. robot.down()
  72. robot.select(3)
  73. robot.place()
  74. robot.down()
  75. robot.select(2)
  76. robot.place()
  77. robot.down()
  78. robot.turnLeft()
  79. robot.forward()
  80. robot.turnRight()
  81. robot.select(3)
  82. robot.place()
  83. robot.down()
  84. robot.turnLeft()
  85. robot.forward()
  86. robot.turnRight()
  87. robot.select(2)
  88. robot.place()
  89. robot.turnLeft()
  90. robot.forward()
  91. robot.turnRight()
Add Comment
Please, Sign In to add comment