Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rednet.open("back")
- while true do
- local id, message = rednet.receive()
- if message == "update" then
- rednet.broadcast("update")
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement