Posted 13 January 2013 - 07:01 AM
The title is kinda bland, but here is the back story.
I created a turtle to farm a tree over and over and over again, however sometimes the tree doesn't grow. I've placed some redstone repeaters that feed into the logs so that when the tree is grown power is sent out and into the back of the computer. Well once the computer recives the power i would like for the turtle to begin it's program for harvesting and planting the tree.
For the computer I have this so far.
As far as i know, I need it to send a message to the turtle then when the turtle receives that message it begins, I just don't know how to set all that up.
I created a turtle to farm a tree over and over and over again, however sometimes the tree doesn't grow. I've placed some redstone repeaters that feed into the logs so that when the tree is grown power is sent out and into the back of the computer. Well once the computer recives the power i would like for the turtle to begin it's program for harvesting and planting the tree.
For the computer I have this so far.
local event, p1 = os.pullEvent("redstone")
if rs.Input("back") then
rednet.open ("left")
rednet.broadcast
As far as i know, I need it to send a message to the turtle then when the turtle receives that message it begins, I just don't know how to set all that up.