I have a sequence where the player is teleported to a ship and I want to be able to leave all followers and teammates behind. I'm using Game.GetPlayer().MoveTo(MyRef) to move player. I've also tried an alias on the player to moveto as well. Both work, I just need to teleport with no followers.
I've looked through a couple of scripts, but don't see anywhere this happens in vanilla game where it fired the followers. (Example, the thalmor party and flying to Skuldafn.
Thanks