Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local chat = peripheral.find("chat_box")
- chat.setName "Announcer"
- rednet.open "top"
- while true do
- local _, msg = rednet.receive "cccast"
- chat.say(msg)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement