Not a member of Pastebin yet?
                        Sign Up,
                        it unlocks many cool features!                    
                - local Laenge = 0
 - term.clear()
 - term.setCursorPos(1,1)
 - turtle.up()
 - textutils.slowPrint("######################################")
 - textutils.slowPrint("###X x 3 bridge builder activitated###")
 - textutils.slowPrint("######################################")
 - print("Please put floor material in slot 2!")
 - print("Please put side material in slot 3!")
 - write("How long should the bridge be?")
 - Laenge = read()
 - for a = 0, Laenge do
 - turtle.select(2)
 - turtle.placeDown()
 - turtle.up()
 - turtle.select(3)
 - turtle.placeDown()
 - turtle.turnLeft()
 - turtle.forward()
 - turtle.down()
 - turtle.select(2)
 - turtle.placeDown()
 - turtle.forward()
 - turtle.placeDown()
 - turtle.up()
 - turtle.select(3)
 - turtle.placeDown()
 - turtle.turnRight()
 - turtle.turnRight()
 - turtle.forward()
 - turtle.forward()
 - turtle.turnLeft()
 - turtle.forward()
 - turtle.down()
 - end
 - term.clear()
 - term.setCursorPos(1,1)
 - turtle.down()
 - turtle.select(1)
 - turtle.back
 
Advertisement
 
                    Add Comment                
                
                        Please, Sign In to add comment