View difference between Paste ID: ymBuR5jh and w4vvjLTr
SHOW: | | - or go back to the newest paste.
1
require("movement")
2
3
length = tonumber(arg[1])
4
for i=0,length do
5
move_to(0,i)
6
turtle.placeUp()
7
end
8
move_to(0,0)
9