Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rednet .open("right")
- while true do
- os.queueEvent("randomEvent ")
- os.pullEvent()
- id, message = rednet.receive()
- a = tostring(message)
- if a == "go" then
- turtle.up()
- for v = 1, 4 do
- turtle.select(v)
- for x = 1, 63 do
- turtle.placeDown()
- turtle.forward()
- end
- turtle.turnRight()
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement