Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rednet.open('back')
- wireless = peripheral.wrap('back')
- function sendMessage(destination,message,protocol)
- if destination and message then
- rednet.send(destination,message,protocol)
- end
- end
- sendMessage(20631,'hey') --Change 20631 to the recieving computer's ID by typing id in the console
Advertisement
Add Comment
Please, Sign In to add comment