Advertisement
herobrinethree

duper

Aug 5th, 2022 (edited)
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. rednet.open("bottom")
  2. while true do
  3. local senderID, message, protocol = rednet.receive()
  4. if message == "activate" then
  5. rs.setOutput("top",true)
  6. elseif message == "inactive" then
  7. rs.setOutput("top",false)
  8. end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement