I want to be able to press a key (such as 1 or 2) and play an animation that will stop whatever I am doing (unless I am airborn of course) and perform the animation BUT if I then right click before the animation is over it will STOP the animation and allow me to move again. I have found out how to make a key perform an animation as well as to stop and regain movement ability but I have not been able to find any cancel animation before it finishes. Please help!
Thank you for your help but I am unable to figure it out still due to my lack of experience. This is what I have so far…I believe I need to have some sort of bool variable that will perform its function and stop Anim Montage when a movement is performed (in this case left click mouse). Could you explain it to me like I’m 5 if possible please or give another picture THank you
I ended up just putting a stop anim montage at the end of each key input I have and will just chain all other stop anims with these. It works but probably not optimal.