Looking to make an NPC follow the player from one level to the next. I have managed to use the FollowCharacter script to make the NPC follow the main character (I changed the Char field to S_Player_GenericOrigin to achieve this).
My problem comes when I switch maps, for instance from Lady Vengeance to Reaper's Coast, or from Reaper's Cost to any of its dungeons. At one time, I had it so the NPC teleported with the player as I wanted, but it has since stopped doing so. Sometimes, the NPC will just disappear until I return to the place where I "left" them. Just looking for a more consistent solution.
Thanks in advance!
- Dan
EDIT: I also just discovered something additional that I think is key information. Whenever the player that the NPC is following switches screens, the NPC will only follow onto the next screen if there is another player on the previous screen to keep it rendered/loaded long enough to make the transition.
Last edited by Alekian; 12/04/20 03:09 AM.