Guest User

Untitled

a guest
Jun 26th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. while true do
  2. redstone.setOutput("right",true)
  3. sleep (0.1)
  4. redstone.setOutput("right",false)
  5. sleep (0.1)
  6. end
Add Comment
Please, Sign In to add comment