TwilightVulpine

Turtlebot Whack-a-Mob 0.2

May 2nd, 2013
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. turtle.refuel()
  2. turtle.select(9)
  3. while turtle.getFuelLevel() > 10 do
  4.     turtle.attack()
  5.     turtle.suck()
  6.     turtle.suckDown()
  7.    
  8.     turtle.dropDown()
  9. end
Add Comment
Please, Sign In to add comment