Is there a way to have a turtle force on without clicking it.
I am making my ME network in tekkit auto programs my turtles by placeing them next to disk drives, but the turtle are alway in the off pos
force a turtle on
Started by tvc, Jul 16 2013 03:30 PM
3 replies to this topic
#1
Posted 16 July 2013 - 03:30 PM
#2
Posted 16 July 2013 - 04:02 PM
Pretty much the only way to do this would be by having a computer/turtle adjacent to the turtle that you place. You could then wrap it as a peripheral and use the function peripheral_obj.turnOn() (at least I think it's that).
Other than that nope, I do not believe this is possible.
Other than that nope, I do not believe this is possible.
#3
Posted 16 July 2013 - 08:07 PM
Wrapping isn't strictly required, of course. One can instead use peripheral.call("front", "turnOn") (changing "front" to the side the computer to turn on is on), like any other peripheral method.
#4
Posted 16 July 2013 - 11:38 PM
Bubba, on 16 July 2013 - 04:02 PM, said:
Pretty much the only way to do this would be by having a computer/turtle adjacent to the turtle that you place. You could then wrap it as a peripheral and use the function peripheral_obj.turnOn() (at least I think it's that).
Other than that nope, I do not believe this is possible.
Other than that nope, I do not believe this is possible.
Have a long line of turtles with that in their startup
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users











