Argh... I'm having some problems. When I try to make a common event that allows you to jump by pressing a button, the whole jumping thing is messed up. Here's a rough thing of what it looks like (If replaces the conditional branches
):
If Key (Whatever) is pressed, then:
If Sprite faces left:
Move event: Jump (-2,0)And so on. Oddly enough, on one press, the guy jumps then jumps back, jumps then jumps again, or regularly jump. Is this just a problem with my RPG Maker?