libraryaddict

Untitled

Apr 7th, 2012
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. print("Starting generation of Snow")
  2. for n=1,310 do
  3. print("Loop "..n.." of 310")
  4. rs.setOutput("top", true)
  5. sleep(0.1)
  6. rs.setOutput("top", false)
  7. rs.setOutput("left", true)
  8. sleep(0.1)
  9. rs.setOutput("left", false)
  10. rs.setOutput("right", true)
  11. sleep(0.1)
  12. rs.setOutput("right", false)
  13. sleep(0.1)
  14. end
  15. print("Generation of snow finished")
Advertisement
Add Comment
Please, Sign In to add comment