Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rednet.open("right")
- id, message = rednet.receive()
- if message == "111" then
- turtle.forward()
- turtle.turnRight()
- turtle.turnLeft()
- turtle.back()
- os.reboot()
- end
- if message == "222" then
- end
- if message == "333" then
- end
Advertisement
Add Comment
Please, Sign In to add comment