Advertisement
DZCreeper

AttackLoop

Jan 28th, 2013
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. while true do
  2. if redstone.getInput("back") then
  3. turtle.attack()
  4. turtle.drop()
  5. sleep(0.05)
  6. else
  7. turtle.attack()
  8. sleep(1)
  9. end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement