Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Rewrite of my usual stairsUp program
- maxheight=64
- x=0
- do while not turtle.forward() and x~=maxheight
- turtle.placeDown()
- turtle.up()
- x=x+1
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement