Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- pastebin get PLnWZvkk fn.lua
- -- change these to fit your needs
- local modemSide = "right"
- local receiverId = 4
- local message = ""
- rednet.open(modemSide)
- rednet.send(receiverId , message)
- rednet.close(modemSide)
Advertisement
Add Comment
Please, Sign In to add comment