So, I have a script that allows me to control where followers move. (Specifically this script) For a cutscene, I want them to move to specific tile. My problem is that this is in an optional area, so they could have no followers, or 4 followers. Is there an easier way to do this than just making a variable for a follower's X and Y locations, then have a conditional branch for every possible coordinate the follower could be on? Is there a command or a script or something that...
So, I have a script that allows me to control where followers move. (Specifically
this script) For a cutscene, I want them to move to specific tile. My problem is that this is in an optional area, so they could have no followers, or 4 followers. Is there an easier way to do this than just making a variable for a follower's X and Y locations, then have a conditional branch for every possible coordinate the follower could be on? Is there a command or a script or something that adds a "Take the easiest route to this tile" option? I really don't want to spend an hour on two seconds of the game.
Protected download