Advertisement
Guest User

dm

a guest
Apr 24th, 2015
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.13 KB | None | 0 0
  1. if redstone.getInput("right")==true
  2. then
  3. redstone.setOutput("top",true)
  4. sleep(1.5)
  5. redstone.setOutput("top",false)
  6. sleep(15)
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement