Advertisement
hoblin

Tick

Dec 26th, 2012
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. delay = 1
  2. while true do
  3.     rs.setOutput('top', true)
  4.     rs.setOutput('back', true)
  5.     sleep(delay)
  6.     rs.setOutput('top', false)
  7.     rs.setOutput('back', false)
  8.     sleep(delay)
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement