fantadada

------------------------------

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