Skip to content

Instantly share code, notes, and snippets.

@mightystoosh
Last active August 1, 2016 19:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mightystoosh/cc0d3dc01d9fe3661f20e8228a3951a1 to your computer and use it in GitHub Desktop.
Save mightystoosh/cc0d3dc01d9fe3661f20e8228a3951a1 to your computer and use it in GitHub Desktop.
if(turtle.down()) then
print("went down")
else
print("digging down was ")
print(turtle.digDown())
turtle.down()
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment