Guest User

Untitled

a guest
Jul 20th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. c =
  2. while true do
  3. os.pullEvent('redstone')
  4. if rs.getBundledInput("front") == c then
  5. sleep(0.5)
  6. print("Ready")
  7. os.pullEvent('redstone')
  8. o = rs.getBundledInput("back")
  9. rs.setBundledOutput("right", o)
  10. end
  11. end
Add Comment
Please, Sign In to add comment