Advertisement
natie3

Untitled

Oct 6th, 2013
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1. while true do
  2.   if rs.getInput("top") then  
  3.     rs.setOutput("bottom", true)
  4.     os.sleep(0.5)
  5.     rs.setOutput("bottom", false)
  6.     os.sleep(5)
  7.   else
  8.     os.sleep(5)
  9.   end
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement