goldfiction

rednet_watch

Nov 26th, 2018
180
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("right")
  2. while true do
  3. sleep(0.1)
  4. id, msg = rednet.receive()
  5. print(msg)
  6. end
Add Comment
Please, Sign In to add comment