Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rednet.open("right")
- while true do
- event , id , text = os.pullEvent()
- if text=="1" then
- turtle.up()
- end
- if text=="0" then
- turtle.down()
- end
- if text=="2" then
- turtle.turnLeft()
- end
- if text=="3" then
- turtle.turnRight()
- end
- if text=="10" then
- turtle.forward()
- end
- if text=="11" then
- turtle.dig()
- end
- if text=="12" then
- turtle.place()
- end
- end
Add Comment
Please, Sign In to add comment