I am trying to make an input sequence similar to the combos used in fighting games. However, whenever I input using the joystick on my controller, it doesn't input the way I'd like. For example, if I tilt my joystick upright, I would like it to input it as "upright" but instead it thinks "up" and "right" as if it was two inputs.
Here's the code I have so far:
Also, "ControllerDeadzone" is a local variable. Its set to 50.
Thank you in advance.