Advertisement
hevohevo

CC: trap3

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