Advertisement
Guest User

Untitled

a guest
Apr 6th, 2015
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. function mineDown()
  2. if options.a == true then
  3. while bedrock == 0 do
  4. local result, type = robot.swingDown()
  5. print(result, type)
  6. while result ~= false and type ~= "block" do
  7. print("yes")
  8. end
  9. print("no")
  10. break
  11. end
  12. end
  13. end
  14.  
  15. outputs:
  16.  
  17. false air
  18. no
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement