the code:
rednet.open(side) while true do id, dest = rednet.receive() if input == "x" then break -- will stop the while loop end end
Doesn't allow me to break the program...
Also, will using
rs.setBundledOutput(side, color, true) os.startTimer(1)
cut off the output?











