For about like half an hour I’ve been scouring the internet from youtube to older forums and while I found some things, I haven’t been able to find anything that I understand how to implement.
Basically I’m asking for help on how to implement a classic breadcrumbs style party follow mechanic where party members move along the exact path made, and when you stop the party members stop. My game is not grid movement but free (8 direction movement) where the player can be inbetween tiles.
How can I make the logic for my party members to ghost the player and configure how far back they are? Thanks.