Hello all. I was wondering whether there was a way to match a key gown event to a specific string. For example, say you have a random letter displayed on the screen that changes every second (you can do this through get random string/set ui text). What I want to do is to be able to tell whether the key that's currently being presses matches the letter on the screen. So if the screen shows H, it can successfully tell when the user presses H, but only for the duration of it being on the screen.
There is a couple of actions on the ecosystem that are something like "Get key down from string", which sounds PERFECT, but I have had no luck with them taking a string variable. I get error messages. I apologize as I'm on mobile now so I can't remember the specific error, but I can update this in the future next time I'm on my computer.
However, if there is another method then that may all be moot.
Thanks in advance.