Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rednet.open("right")
- ID, msg = rednet.receive(2)
- if msg == "command" then
- shell.run("remoteCommands")
- else
- shell.run("patrol")
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement