- Joined
- Jan 21, 2017
- Messages
- 42
- Reaction score
- 4
- First Language
- Norwegian
- Primarily Uses
Hi,
I wanted to create an event where the player has to press a certain combination of arrow keys (e.g. up, down, down, left), set against a timer. Problem is, RPG maker MV doesn't seem to have an appropriate key input option in the event editor. I shortly considered doing this:
Loop
If : Button [Up] is pressed down
Break Loop
End
Repeat Above
But the problem with this is that the player isn't punished for pressing the wrong button, the event will just continue waiting until the right button is pressed.
Does anyone know of a plugin that does this for me?
I wanted to create an event where the player has to press a certain combination of arrow keys (e.g. up, down, down, left), set against a timer. Problem is, RPG maker MV doesn't seem to have an appropriate key input option in the event editor. I shortly considered doing this:
Loop
If : Button [Up] is pressed down
Break Loop
End
Repeat Above
But the problem with this is that the player isn't punished for pressing the wrong button, the event will just continue waiting until the right button is pressed.
Does anyone know of a plugin that does this for me?
