L3nna55

Send(wireless monitor)

May 3rd, 2018
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. rednet.open("back")
  2.  
  3. while true do
  4. term.clear()
  5. term.setCursorPos(1,1)
  6. print("Command: ")
  7. command = read()
  8. rednet.broadcast(command)
  9. end
Add Comment
Please, Sign In to add comment