Not a member of Pastebin yet?
                        Sign Up,
                        it unlocks many cool features!                    
                - rednet.open("back")
 - while true do
 - write("Positioned? Write yes if you are: ")
 - answer = read()
 - -- if answer:lower == "yes" then
 - if answer == "Yes" or answer == "yes" then
 - rednet.send(24 , "order")
 - end
 - end
 
Advertisement
 
                    Add Comment                
                
                        Please, Sign In to add comment