Setting up multiple attack buttons

Hi. I read somewhere that scripts are necessary to set more than one attack button. Could someone point me to either an example pak or a tutorial that shows how this is done? Thanks in advance.
 
With your cancel settings, cancel is available only on the last frame, which might be too strict input wise.
See if it does work without frame restriction (e.g. : cancel 0 20 0 a2 freespecial6)
 
2 attack buttons is still pretty simple IMO.

Instead of using the default cancel system you could use my scripted cancel system. It allows animation restriction without input restriction. That is you can press before the "switch" frame is played, the input will be registered, but the animation won't change until that "switch" frame is played. Very good to ensure smooth transitions.
 
ah yes I have seen it briefly, but I wasn't clear on the exact purpose,

It allows animation restriction without input restriction.
the description you just gave made it clear xD. 

That is you can press before the "switch" frame is played, the input will be registered, but the animation won't change until that "switch" frame is played. Very good to ensure smooth transitions.
That was exactly my issues with using the cancel system previously, nice work!

EDIT:  Added to Scripts Index
 
Back
Top Bottom