made by Shanghai

Link/Script
Click here
NR - Since the pockethouse link no longer works, I've uploaded the script here
Click to view attachment
Introduction
Plays a little mini game to follow the input commands on the screen before the timer runs out.
How to Use
Download this image into the System folder.

NR - Backup link:
Click to view attachment
Do a script call for
CODE
@i = "236C"
$game_variables[1] = input_match(@i,x)
$game_variables[1] = input_match(@i,x)
i is the input sequence you want the player to match. x is the amount of time given to the player. For the input string, the following items are allowed:
CODE
@i = "236C"
7 8 9 L R UL U UR Q W
4 6 X Y Z Translates to L R A S D
1 2 3 A B C DL D DR Sh Z X
7 8 9 L R UL U UR Q W
4 6 X Y Z Translates to L R A S D
1 2 3 A B C DL D DR Sh Z X
Don't confuse them. The score that's returned to the variable is a percent score of how well the player matched input sequence.
Works with Battle Engine Melody. Also, view the demo to see it in action.
NR - This image shows how to set up skills that require the key matching before they activate, as mentioned it requires Yanfly's Battle Engine
Click to view attachment
Compatibility
- Compatible with Battle Engine Melody.
For more Shanghai Simple Scripts
Visit Here.