while true do print("rednerd") message = {os.pullEvent("rednet_message")} print(message[3]) coroutine.yield() end