Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local modem = peripheral.find("modem")
- rednet.open(peripheral.getName(modem))
- local msg = ...
- rednet.broadcast(msg)
- print("Broadcasted message to all nearby rednet listeners.")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement