Debug.Log("*removes mask* Howdy, partner! *cough* Welcome to Number Wizard!");
Debug.Log("You ought to pick a number between " + min + " and "+ max + ".");
Debug.Log("The highest number you can pick is " + max + ".");
Debug.Log("The lowest number is " + min + ".");
Debug.Log("Is your number greater or less than " + guess + "?");
Debug.Log("Press Up = Higher. Press Down = Lower. Press Enter = I win.");
1 Like