albin900

Counter

Jul 19th, 2014
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. count = 0
  2. while true do
  3. count = count+1
  4.  
  5. turtle.place("Count: " + count);
  6. turtle.dig();
  7. end
Advertisement
Add Comment
Please, Sign In to add comment