Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local get = rs.getInput
- local set = rs.setOutput
- local t = turtle
- local w = while true do -- dont ask me why!
- local =
- function right()
- turtle.turnRight()
- end
- function left()
- turtle.turnLeft()
- end
- function forward()
- turtle.forward()
- end
- function back()
- turtle.back()
- end
- function up()
- turtle.up()
- end
- function down()
- turtle.up()
- end
Advertisement
Add Comment
Please, Sign In to add comment