What do the arguments do? How do I code a tag for shell.run('asdf') somewhere and link it to the shell.run('asdf') line? The Code:
turtle.dig()
turtle.forward()
-what api works with shell.run() here?- <---------- Where I want tag.
turtle.digUp()
turtle.dig()
turtle.turnLeft()
turtle.dig()
turtle.turnRight()
turtle.up()
if turtle.detect() then
shell.run('asdf') <---------- What do I put to link it to tag.
else
turtle.forward()
turtle.turnLeft()
end
while not turtle.detectDown() do
turtle.dig()
turtle.down()
end
turtle.turnLeft()
turtle.forward()
turtle.forward()
turtle.turnLeft()
turtle.turnLeft()