ToLazyToThink

simple turtle attack

Apr 8th, 2013
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.11 KB | None | 0 0
  1. while true do
  2.   for i = 1,50 do
  3.     if not turtle.attack() then
  4.       break
  5.     end
  6.   end
  7.   sleep(.5)
  8. done
Advertisement
Add Comment
Please, Sign In to add comment