Advertisement
Guest User

Untitled

a guest
Aug 17th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. while true:
  2. redstone.setOutput("back", true)
  3. redstone.setOutput("back", false)
  4. sleep(0.1)
  5. redstone.setOutput("right", true)
  6. redstone.setOutput("right", false)
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement