if r.detect() then if r.detect() == true and "solid" then print("Tree has grown, swinging") r.swing() r.select(1) r.place() elseif r.detect() == true and "passable" then print("Tree hasn't grown yet, moving on") end end if not r.detect() then print("No sapling in place, planting") r.select(1) r.place() end