Advertisement
bennyuoppd

sender

Oct 20th, 2012
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. rednet.open("top")
  2. while true do
  3. write("Input: ")
  4. msg = read()
  5. rednet.broadcast(msg)
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement