Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- require("movement")
- length = tonumber(arg[1])
- for i=0,length do
- move_to(0,i)
- turtle.placeUp()
- end
- move_to(0,0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement