Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local time = 0.5
- rednet.open("top")
- while true do
- local scrap, message = rednet.receive()
- if message == "TS Safe" then
- rs.setBundledOutput("right", colors.yellow)
- os.reboot()
- elseif message == "TS Licht" then
- rs.setBundledOutput("right", colors.red)
- os.reboot()
- elseif message == "TS Lock" then
- rs.setBundledOutput("right", colors.white)
- os.reboot()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement