Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function PV()
- term.clear()
- term.setCursorPos(5,5)
- print("VERBLEIBEND:",VB)
- end
- function fw()
- turtle.forward()
- end
- function b()
- turtle.back()
- end
- function l()
- turtle.turnLeft()
- end
- function r()
- turtle.turnRight()
- end
- function du()
- turtle.digUp()
- end
- function dd()
- turtle.digDown()
- end
- function d()
- turtle.dig()
- end
Advertisement
Add Comment
Please, Sign In to add comment