Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local modem = peripheral.wrap("right")
- modem.open(6421)
- local function transmit(msg)
- modem.transmit(6421,6421,msg)
- end
- while true do
- transmit("breakquarry")
- sleep(0.8)
- transmit("break_and_placemark")
- sleep(6)
- turtle.down()
- turtle.attack()
- turtle.up()
- sleep(4)
- transmit("placequarry")
- print("Startup procedure has been finished")
- print("Press anything to debug the program")
- read()
- end
Advertisement
Add Comment
Please, Sign In to add comment