How do i properly make cavalry follow player in a columnwise vector?

Users who are viewing this thread

unknown.png

Currently i have the cavalry following by doing:

CavalryCopy.SetColumnwiseFollowAgent(Agent.Main, ref vector);

However! although they do follow the player in their specified columnwise vector, they be spinning a lot and moving weirdly unlike the TROOPS ON FOOT...

so how do i properly make the cavalry follow the player without the horses spining around and moving crazy, i want them to move just like the TROOPS on FOOT.

Also if yo curious, this is how i made the troops follow me and it works fine:

victimCopy.SetColumnwiseFollowAgent(Agent.Main, ref vector);
 
Back
Top Bottom