hello i have 2 questions:
1 - I need a little help with adding dash attack, like in some games i want to add to my character a "special attack whenever he is doing, like some fighting games or beat up or hack & slash, when running you make a character make a special attack.
my issue is which i need a check for when the character is actually moving, not just pressing the buttom, this current script enable me do the “special attack animation” of "dash attack even when just “moving” which is the issue, i need it to only do the attack if the character is actually “running”( at max speed), then how i would fix it???
here my attack blueprint:
2 - how i can make a "double click to run???, i means instead of pressing and holding a buttom to sprint i want like many games you press 2 times the "moviment control in one direction then the character start to run, how i do that?