function RedSend() term.setTextColor(colors.red) print (“What side is your modem on?”) input = read() rednet.open( input ) print (“What is your username?”) input = read() user = (“[“, input,”] “) term.clear() term.setTextColor(colors.cyan) function1 = function() while true do term.setCursorPos(1,19) write (user) input = read() rednet.broadcast (user, input) end end function2 = function() while true do print (rednet.recieve()) sleep(0.5) end parallel.waitForAll (function1, function2) RedSend()The pastebin for this program is:
.com: http://www.pastebin.com/DrE2gAzy
in-game: pastebin get DrE2gAzy redsend
Thanks for the help!











