Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- input = rs.getBundledInput("back")
- if input < 11264 then
- printinput = input / 1024
- print("Il y a "..printinput.." signaux entrants")
- rs.setOutput("bottom", true)
- end
- else
- rs.setOutput("bottom", false)
- end
- os.reboot()
Advertisement
Add Comment
Please, Sign In to add comment