Posted 11 February 2014 - 02:24 PM
This is driving me insane, i'm a complete idiot when it comes to this stuff and i cant figure out how to send the correct code to get the turtle to tunnel. i;ve tried
turtle
rednet.open("right")
rednet.receive()
computer
rednet.broadcast("shell.run("tunnel", 4)")
the turtle gets it and gives me strange few numbers but doesn't actually make it tunnel.
Also while i'm asking question how would i go about making it return again, i guess i could make another program that i can run that makes it turns around but is there a way to edit the actual tunnel program so it does this automatically?
turtle
rednet.open("right")
rednet.receive()
computer
rednet.broadcast("shell.run("tunnel", 4)")
the turtle gets it and gives me strange few numbers but doesn't actually make it tunnel.
Also while i'm asking question how would i go about making it return again, i guess i could make another program that i can run that makes it turns around but is there a way to edit the actual tunnel program so it does this automatically?