theCountChuckula

pulser

Apr 17th, 2013
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. local waitOne = 4
  3. local waitTwo = 50
  4.  
  5.  
  6. for i = 1, 9 do
  7.   rs.setOutput("front", true)
  8.   sleep(.8)
  9.   rs.setOutput("front", false)
  10.   sleep(waitOne)
  11.   rs.setOutput("front", true)
  12.   sleep(.8)
  13.   rs.setOutput("front", false)
  14.   sleep(waitTwo)
  15. end
Advertisement
Add Comment
Please, Sign In to add comment