Not a member of Pastebin yet?
                        Sign Up,
                        it unlocks many cool features!                    
                - --assert(computer, "Error: This softwere is for computers only. Please redownload.")
 - rednet.open("back")
 - while true do
 - rednet_message, id, message, bd = os.pullEvent()
 - if message == "order" then
 - rs.setOutput("bottom", true)
 - sleep(1)
 - rs.setOutput("bottom", false)
 - sleep(10)
 - rs.setOutput("bottom", true)
 - sleep(1)
 - rs.setOutput("bottom", false)
 - end
 - end
 
Advertisement
 
                    Add Comment                
                
                        Please, Sign In to add comment