Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --@Author: Zach Combs aka TehNoiseBomb
- --@Version: 1.0
- local moveLine = assert(loadfile("moveLine")) --Load the moveLine code as a variable that can be called as a function
- --This code is mostly self-explanatory
- --The turtle will move back to the starting location and rotate to be facing east again
- turtle.turnLeft()
- moveLine()
- turtle.turnLeft()
- moveLine()
- turtle.turnLeft()
- turtle.turnLeft()
Add Comment
Please, Sign In to add comment