Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- component = require("component")
- robot = component.robot
- event = require("event")
- modem = component.modem
- modem.open(451)
- _, _, _, _, _, a =event.pull(150, "modem_message")
- if a == "init" then
- modem.broadcast(451, "true")
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement