Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- while redstone.getInput("left") do
- redstone.setOutput("top", true)
- sleep(3)
- redstone.setOutput("top", false)
- end
- sleep(1)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement