Advertisement
Guest User

test

a guest
Apr 24th, 2015
336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.26 KB | None | 0 0
  1. if turtle.compare() == true
  2.    then  
  3.     sleep(5)
  4.     rs.setOutput("bottom", true)
  5.     sleep(1)
  6.     rs.setOutput("bottom", false)
  7.     rs.setOutput("top", true)
  8.     rs.setOutput("top", false)
  9.     sleep(15)
  10.    end
  11.    else
  12.     sleep(15)
  13.    end
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement