Number Wizard Greeting

Debug.Log("Greetings, Seeker of the Truth. I am The Ancient Wizard of Numbers… go ahead and test my power. ");
Debug.Log(“Reach down in your deepest thoughts and imagine a number in your mind… you have one? good…”);
Debug.Log(“But hold on… the highest number must be " + max + " otherwise, this chance meeting will take forever…”);
Debug.Log("And the Lowest number is " + min);
Debug.Log("Now, let’s begin, Seeker. Is your number higher or lower than " + guess + “?”);
Debug.Log(“Press ‘Up’ = Higher, Press ‘Down’ = Lower, Press ‘Enter’ = I’m Correct!”);

Privacy & Terms