Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local blocks = 0
- term.write("How many blocks forward? :")
- blocks = read()
- function One()
- for i = 1, blocks do
- digforward()
- end
- function digforward()
- turtle.forward)
- turtle.digDown()
- end
- One()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement