Kierra

Untitled

Jun 3rd, 2013
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. input = rs.getBundledInput("back")
  2. monitor = peripheral.warp("top")
  3.  
  4. if input < 11264 then
  5. printinput = input / 1024
  6. monitor.print("Il y a "..printinput.." signaux entrants")
  7. term.clear()
  8. rs.setOutput("bottom", true)
  9. else
  10. rs.setOutput("bottom", false)
  11. end
  12. sleep(1)
  13. os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment