Advertisement
Guest User

startup

a guest
Aug 28th, 2015
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.10 KB | None | 0 0
  1. while true do
  2.   sleep(1)
  3.   turtle.suck()
  4.   if turtle.dropUp() == false then
  5.     sleep(5)
  6.   end
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement