Guest User

timer

a guest
Jun 13th, 2013
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. x = 4
  2. repeat
  3. redstone.getInput("top") then
  4. redstone.setOutput("left", true)
  5. sleep(20)
  6. redstone.setOutput("left", false)
  7. x = x - 1
  8. until x == 1
Advertisement
Add Comment
Please, Sign In to add comment