Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Variabler
- local door = "front"
- local listeningfrom = "7"
- rednet.open("left")
- while true do
- id, msg = rednet.receive()
- print("")
- print("#"..id)
- print(msg)
- if id == listeningfrom and msg == "dooropen" then
- print("Åpner dør!")
- rs.setOutput(door,true)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement