While making a mod for Skyrim, I'd like to allow a player to chose a location to teleport to.
Essentially, I'll be:
- enabling Fast Travel if disabled
- changing fast travel speed so that the travel happens near instantly in game time
- opening the map to allow player to select destination
- resetting fast travel speed, disabling fast travel if appropriate
It's the third dot point I need help with. I can work out the others with Papyrus script, but is there a way to open the Map using Papyrus or SKSE?