Advertisement
HAWKpalmito

Untitled

Dec 9th, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. rednet.open("bottom")
  2. while true do
  3. local sender, message, protocol = rednet.receive()
  4. if message == "2" then
  5. redstone.setOutput("top", true)
  6. sleep(3)
  7. redstone.setOutput("top", false)
  8. end
  9. else
  10. end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement