Advertisement
guamie

AttackDrone1

Jul 20th, 2013
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.14 KB | None | 0 0
  1.     while true do
  2.       os.pullEvent("redstone")
  3.      
  4.       while rs.getInput("bottom") do
  5.         turtle.attack()
  6.       end
  7.     end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement