b = 2
for a = 1,5,1 do
turtle.dropUp(1)
if b == 2 then
b = 3
end
end

