Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local alphaX, alphaY, alphaZ = gps.locate()
- if alphaY < 250 then
- for increment = alphaY, 250 do
- turtle.up()
- end
- elseif alphaY > 250 then
- for increment = 1, alphaY - 250 do
- turtle.down()
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement