yokmama

Stairbuilder

Jun 10th, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.20 KB | None | 0 0
  1. while turtle.detect() do
  2.  turtle.up()
  3. end
  4. turtle.down()
  5. turtle.back()
  6. turtle.place()
  7. while not turtle.detectDown() do
  8.  turtle.back()
  9.  turtle.down()
  10.  turtle.place()
  11. end
  12. print("Staircase Built")
Add Comment
Please, Sign In to add comment