I need help with making a system I started.
I pretty much have it where I need it but whenever I use the keys to move I have to press the key 4 times
to do the action.
Here is what I have so far:
(https://rmrk.net/proxy.php?request=http%3A%2F%2Fi88.servimg.com%2Fu%2Ff88%2F14%2F08%2F11%2F52%2Fmultip10.png&hash=65b114b40eb02873fe779c1f8d90c39a4270cba8)
I don't know much about scripting, and I still have plenty of problems with events, but wouldn't something like this be better suited to a script?
For those saying you have to use a script for this, shut it. I myself have made a working two player system using both the ASDW keys and regular arrow keys. It's fairly simple to do, with conditional branches and checking if the X, Y, Z, or R button is being pressed (which are A, S, D, and W respectively on the keyboard). Just play around with that for a little bit and it should work for you. If not, I can post my system directly for you, though I'd rather you try to make it yourself and learn on your own.