Advertisement
Guest User

dm

a guest
Apr 24th, 2015
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1. local i=1
  2. if redstone.getInput("right")==true
  3. then
  4. for i=i,i+99999999999999 do
  5. redstone.setOutput("top",true)
  6. sleep(1.8)
  7. redstone.setOutput("top",false)
  8. sleep(180)
  9. end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement