Debug.Log("Well Hello Their and Welcome");
Debug.Log("Lets play a game of Numbers, Just for fun");
Debug.Log("Choose a Number keep it to yourself");
Debug.Log("You can make it high as:" + max);
Debug.Log("Or as low as: " + min);
Debug.Log("Please let me know if youre number is Higher or Lower than 500");
Debug.Log("If it is higher,Push the up arrow, Or maybe Lower,Push the down Arrow");
Debug.Log("If I was lucky all ready,well then push the enter Button");
max = max + 1;