I am trying to integrate YEM's Keyboard Input into an event. i want to check whether a specific letter is being pressed, I worked out that i needed to first call the letter using:
CODE
if Input.typing?
string = LETTERS['H'].Input
end
string = LETTERS['H'].Input
end
this works with no problems or error, however I don't know how to continue, i want to set a conditional branch saying If the letter H is pressed, it would bring something up, I have tried the following:
Attempt 1
Attempt 2
and unfortunately none of these have worked, can anyone help me out here
Thanks
Jonnie