Kierra

Untitled

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