Shanghai Simple Script - Mini Game: Input Matchmade by Shanghai
Link/ScriptClick hereNR - Since the pockethouse link no longer works, I've uploaded the script here
SSS___Minigame_Input_Match.txt ( 30.89K )
Number of downloads: 88IntroductionPlays a little mini game to follow the input commands on the screen before the timer runs out.
How to UseDownload this image into the System folder.
NR - Backup link:
MiniGameInputMatch.png ( 13.32K )
Number of downloads: 23Do a script call for
CODE
@i = "236C"
$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
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
SetupSkills.png ( 114.24K )
Number of downloads: 66Compatibility- Compatible with
Battle Engine Melody.
For more Shanghai Simple ScriptsVisit Here.