Advertisement
Guest User

build

a guest
Aug 13th, 2013
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.56 KB | None | 0 0
  1. print("building")
  2.  i = 0
  3.  h = 0
  4.  
  5. for x = 1, 4 do
  6.   i = h + 1
  7.   turtle.select(..i)
  8.   turtle.place()
  9.   turtle.back()
  10.   turtle.place()
  11.   turtle.back()
  12.   turtle.place()
  13.   turtle.back()
  14.   turtle.place()
  15.   turtle.turnRight()
  16.   turtle.place()
  17.   turtle.turnLeft()
  18.   turtle.back()
  19.   turtle.turnRight()
  20.   turtle.forward()
  21.   turtle.place()
  22.   turtle.turnLeft()
  23.   turtle.back()
  24.   turtle.turnLeft()
  25.   turtle.back()
  26.   turtle.back()
  27.   turtle.back()
  28.   turtle.place()
  29.   turtle.back()
  30.   turtle.place()
  31.   turtle.back()
  32.   turtle.place()
  33.   turtle.back()
  34.   turtle.place()
  35.   turtle.turnRight()
  36.   turtle.place()
  37.   turtle.turnLeft()
  38.   turtle.back()
  39.   turtle.turnRight()
  40.   turtle.forward()
  41.   turtle.place()
  42.   turtle.turnLeft()
  43.   turtle.back()
  44.   turtle.turnLeft()
  45.   turtle.back()
  46.   turtle.back()
  47.   turtle.back()
  48.   turtle.place()
  49.   turtle.back()
  50.   turtle.place()
  51.   turtle.back()
  52.   turtle.place()
  53.   turtle.back()
  54.   turtle.place()
  55.   turtle.turnRight()
  56.   turtle.place()
  57.   turtle.turnLeft()
  58.   turtle.back()
  59.   turtle.turnRight()
  60.   turtle.forward()
  61.   turtle.place()
  62.   turtle.turnLeft()
  63.   turtle.back()
  64.   turtle.turnLeft()
  65.   turtle.back()
  66.   turtle.back()
  67.   turtle.back()
  68.   turtle.place()
  69.   turtle.back()
  70.   turtle.place()
  71.   turtle.back()
  72.   turtle.place()
  73.   turtle.back()
  74.   turtle.place()
  75.   turtle.turnRight()
  76.   turtle.place()
  77.   turtle.turnLeft()
  78.   turtle.back()
  79.   turtle.turnRight()
  80.   turtle.forward()
  81.   turtle.place()
  82.   turtle.turnLeft()
  83.   turtle.back()
  84.   turtle.turnLeft()
  85.   turtle.up()
  86.   turtle.back()
  87.   turtle.back()
  88.   turtle.back()
  89. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement