Advertisement
DustinRosebery

attack turtle

Oct 22nd, 2013
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.07 KB | None | 0 0
  1. t = turtle
  2.  
  3. while true do
  4.     t.attack()
  5.     os.sleep(0.5)
  6.     t.suck()
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement