Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rednet.open("top")
- local int User1 = "1"
- local id , message = rednet.receive()
- if id == User1 then
- if message == ".Red" then
- print("Bestellung: Red Alloy Wire")
- rs.setBundledOutput("back",colors.orange)
- if rs.getBundledInput("back",colors.white) then
- print("Bestellung abgeschickt")
- rs.setBundledOutput("back",colors.black)
- print("Resetet")
- else
- print("Error(No Item incoming)")
- end
- else
- print("Error(Kein bekanntes Produkt)")
- end
- else
- print("Kein Bekannter User: ",id)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement