Howdy from Canada there, eh?

{
Debug.Log(“Howdy, eh? Welcome to our little ol’ Number Wizard there, eh?”);
Debug.Log(“Why don’tcha go on an’ pick a number there, eh?”);
Debug.Log("The highest number is you can pick is " + max + “.”);
Debug.Log("The lowest number you can pick is: " + min “.”);
Debug.Log(“Go on an’ tell me if your number is higher or lower than my guess there then, eh?”);
Debug.Log("So, is that there number o’ yours " + guess + “?”);
Debug.Log(“Push the ‘down’ key if your number is lower, ‘up’ key if it is higher, and the ‘enter’ key if I git 'er right!”);
max = max + 1;
}

Privacy & Terms