Advertisement
fantadada

Untitled

May 7th, 2016
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. rednet.open("top")
  2. while true do
  3. id, msg == rednet.receive()
  4. if msg == "op2" then
  5. rs.setOutput("back", true)
  6. sleep(19)
  7. rs.setOutput("back", false)
  8. end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement