Advertisement
Guest User

on

a guest
Oct 26th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1. rs.setOutput("bottom",true)
  2. c = peripheral.wrap("top")
  3. sleep(2)
  4. c.turnOn()
  5.  
  6. turtle = peripheral.wrap("right")
  7. turtle.turnOn()
  8. sleep(2)
  9. rednet.open("left")
  10. rednet.broadcast("on")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement