Will probably start in on it in about 20 minutes, but since you're here I wanted to ask you something,
for my turtle I don't know what to do next I had it planned then forgot i'm making a function that digs the tree
So the code is
local function tree
if turtle.detect() then
turtle.select(16)
turtle.compare()
I forgot at the compare.I wanted it to compare if there was wood there or sapling so if there was wood it would harvest the tree and if sapling it would go to the next one.
Help?
I wanted to try if turtle.compare then
but I didn't know if it would be like
if turtle.compare(true) do
or what?












