Animation in Splines

I’m doing my final FMP in college and i am currently doing a NPC to walk to the counter and stop there i have made the spline fine (in my opinion) but i can not get the animation to stop at the end can anyone help me with this quickly the project is due very soon

You need to utilize the ‘Boolean’ pin within the ‘Branch’. Create a ‘Boolean’ variable, which is set to false when the distance along spline reaches the point of being wherever you want the character to stop. Once it is false, the character will stop.