InfotrixScience

Radio

Dec 20th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.11 KB | None | 0 0
  1. term.clear()
  2. term.setCursorPos(1,1)
  3. while true do
  4. rednet.open("back")
  5. id,msg = rednet.receive()
  6. print(msg)
  7. end
Add Comment
Please, Sign In to add comment