Advertisement
STATEDLIGHT

timer

Jan 31st, 2013
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. rs.setOutput("top", true)
  2. while true do
  3. rs.setOutput("bottom", true)
  4. sleep(2500)
  5. rs.setOutput("bottom", false)
  6. sleep(1)
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement