mah17

Untitled

Jun 17th, 2013
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. while true do
  2. while rs.getInput("right") do
  3. rs.setOutput("top", true)
  4. sleep(0.1)
  5. rs.setOutput("top", false)
  6. sleep(0.3)
  7. end
  8. sleep(10)
  9. end
Advertisement
Add Comment
Please, Sign In to add comment