Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rednet.open("top")
- while true do
- id, message == rednet.recieve()
- if id == 5 and message == "password" then
- redstone.setOutput("right", true)
- os.sleep(1)
- redstone.setOutput("right", false)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment