LITTLEJAMO

Up

Oct 8th, 2014
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. local x = 0
  2. term.write("How high?:")
  3. x = read()
  4. for i = 1, x do
  5. for i = 1, 1 do
  6. turtle.select(1)
  7. turtle.up()
  8. turtle.placeDown()
  9. end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment