Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rednet.open("right")
- turtle.select(1)
- turtle.drop()
- x, y, z = rednet.receive()
- rs.setOutput("top",true)
- y = y / 8
- y = y + 1
- print(y)
- while true do
- turtle.dropDown(8)
- y = y - 1
- sleep(0.5)
- print(y)
- if y == 0 then
- rs.setOutput("top",false)
- sleep(1)
- turtle.drop()
- os.reboot()
- end
- if y == 5000 then
- os.reboot()
- end
- end
Add Comment
Please, Sign In to add comment