Advertisement
JasonHacks

Controller

Aug 2nd, 2021
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. rednet.open("back", 50) -- 50 is the channel and can be replaced by any number.
  2. while true do
  3. term.clear()
  4. term.setCursorPos(1,1)
  5. write(Command: ")
  6. input = read()
  7. rednet.broadcast(input)
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement