YesNoOk
avatar

Dash Cancel code? (Read 1124 times)

Started by ziaker, June 11, 2019, 04:51:36 pm
Share this topic:
Dash Cancel code?
#1  June 11, 2019, 04:51:36 pm
  • *
    • Brazil
A code to cancel an attack with a dash / run?

Its a ChangeState?
Re: Dash Cancel code?
#2  June 11, 2019, 05:14:54 pm
  • ****
  • CPU Purple Heart
    • USA
    • https://www.pixiv.net/en/users/8108265
Should actually be pretty simple. In your cmd for the changestate the directs you to your dashing state, add a new trigger that corresponds to every stateno for attacks you want to dash cancel out of. You may need a little more to the trigger if you want to dash cancel at very specific parts of a move like movecontact or time >=.

Examples...

Trigger# = ([stateno = [200,250]) && movecontact

Or...

Trigger# = (stateno = [200,250]) && (time  >= 6)