Advertisement
Guest User

test

a guest
Oct 28th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.33 KB | None | 0 0
  1. local modem = peripheral.wrap("right")
  2. modem.open(911)
  3. local event
  4.     message = os.pullEvent("modem_message")    
  5. turtle.forward()
  6. turtle.forward()
  7. turtle.place()
  8. turtle.turnLeft()
  9. turtle.place()
  10. turtle.turnLeft()
  11. turtle.place()
  12. turtle.turnLeft()
  13. turtle.up()
  14. turtle.select(2)
  15. turtle.up()
  16. turtle.select(3)
  17. turtle.placeDown()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement