Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rednet.open("right") -- set to wherever you got the modem
- id, message, distance = rednet.receive()
- shell.run(message)
- rednet.close()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement