Hundred Attacks by Pressing Attack Button Rapidly

maxman

Well-known member
I played Violent Storm a month ago with Chad, and he does the several kicks like Chun-Li does. (Also, Honda does hundred slaps too.) I wonder how the attack button could be pressed fast with script. You press one button fast to make your char attack fast and probably pressing two attack buttons could be faster.
 
I'd set this up with a keyscript and timer. Record the number of keypresses in X time, and if fast enough (say, 3 attacks in .5 seconds), trigger the desired animation.

Repeat the same check within the animation and if passed restart it at the end, or else it just plays out and you're back to normal. The two button would just be a matter of adding a second check for both buttons and switching to a faster playing animation instead.

DC

 
Do you have a script example for it? Like, the timer and number keypresses in X time. I'd like to know about the example of several attacks with button(s) pressed less than a second.
 
I had created a key script on my own based on DC's explanation, but I used Bloodbane's method to go with it as a base too. I think somehow, I got it to work but I feel like I need to do some tweaking on the timing for the taps. Thanks DC for explaining how it's used in key script, and Bloodbane for the method in here.
 
Back
Top Bottom