Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function mineDown()
- if options.a == true then
- while bedrock == 0 do
- local result, type = robot.swingDown()
- print(result, type)
- while result ~= false and type ~= "block" do
- print("yes")
- end
- print("no")
- break
- end
- end
- end
- outputs:
- false air
- no
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement