Guest User

test

a guest
Dec 4th, 2012
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. ID = "25"
  2. while true do
  3. rednet.open("top")
  4. ID, status = rednet.receive()
  5.  
  6. if status == 'on' then
  7. rs.setOutput("back", true)
  8. sleep(25)
  9. rs.setOutput("back", false)
  10. end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment