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