That is because most people making a game know some programming logic.
What you want to do is this: find if actor is sprinting, then use a branch. If the character is sprinting (true) do nothing. If the caracter is not sprinting (false), do beanswaggle’s logic.
Good luck and let us know if you get it working the way you want!