Were you able to get things working? I’ve been slammed, so not much time available to help. Regarding speeding up the animation, do you know about the Play Rate pin available on the animation nodes in your anim BP? They’re not exposed by default, but if you click on the node, you’ll see a checkbox that says “(As pin) Play Rate”. If you check it, the Play Rate pin will appear on your node. You can put this on your turn animations, and connect it to a float variable that defaults to 1.0. Then, in your event graph, you can increase the value for faster turns. Hope this helps.