michael9411

SendSimpleNetworkMessage

Feb 12th, 2021 (edited)
1,003
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. -- pastebin get PLnWZvkk fn.lua
  2.  
  3. -- change these to fit your needs
  4. local modemSide = "right"
  5. local receiverId = 4
  6. local message = ""
  7.  
  8. rednet.open(modemSide)
  9. rednet.send(receiverId , message)
  10. rednet.close(modemSide)
Advertisement
Add Comment
Please, Sign In to add comment