Advertisement
MagmaLP

bladd

Jan 9th, 2024
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. while not (rs.getInput("top") and rs.getInput("bottom")) do
  2. os.sleep(1)
  3. end
  4.  
  5. while rs.getInput("top") do
  6. rs.setOutput(side, true)
  7. os.sleep(0.5)
  8. rs.setOutput(side, false)
  9. os.sleep(0.5)
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement