Advertisement
nnimos

Untitled

May 6th, 2015
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1.  
  2. function turtleline()
  3. local count = 0
  4.  
  5. while count < 50
  6. do
  7. turtle.place()
  8. turtle.back()
  9. count = count+1
  10. end
  11. end
  12.  
  13. turtleline()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement