I have an array called 'Controls' with all the keycodes for each type of action... except they just refuse to work.
This event won't run. It does run if I put 'On key E pressed'
The keycode at 6 in the array is '69'. I've tested to make sure that's true; the debugger says so, and using this event says so too.
And then I tried this...
And this doesn't work either?