Advertisement
hevohevo

CC: exercise6_1

May 19th, 2016
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1. -- exercise6_1
  2. --   上面(top)にあるレバーOFFで討伐開始
  3. while true do
  4.   while rs.getInput("top") do
  5.     os.sleep(1)
  6.   end
  7.  
  8.   turtle.attack()
  9.   turtle.dropDown()
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement