basically i want to make a quicktravel mod where you can ask some specific npcs to guide you around the zone, i'm doing this completely out of copypasting and trial&error
there's the guide here on how to add npc and kinda figured out the dialog workflow and how to call scripts for checking if you have money, have it taken if you agree to the fee etc, however i couldn't find a "correct" way to do the actual teleport, right now i'm using get_console():execute("jump_to_level map_name") which spawns you only in predefined spots (not what i want, the military and loner guide shoudn't bring you to the same spot in agroprom for example, and CoP maps are rather big so they will definitely need multiple destinations ) and is broken on some maps (going to bar with this spawns you out of map bounds)
i tried to unpack vanilla CoP files to see how it handles when you quicktravel with random squads however couldn't find anything