blaster009 wrote:
But don't say "Any key". Input.Pause doesn't accept certain keys (Control for example). My teacher, who prides himself in looking for ways to make my programs fail (because I have a 96 in the class, I suppose) made sure to take away marks because I said "Any key" and Input.Pause failed to recognize the Page Up button.
Yeah, actually alot of keys dont work when you use Input.Pause(page up, page down, end, insert etc.) But that's the only command I of my knowledge know that can be used for (press any key). But in general alot of keys on the keyboard work in accordance to this. If there is another method which can make you literally "press any key to continue" I would like to know for further reference.