Advertisement
maxtorcd55

Untitled

Feb 11th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. while true do
  2. sleep(30)
  3. rs.setOutput("right",true)
  4. sleep(10)
  5. rs.setOutput("right",false)
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement