Hey guys! I've been searching the discord for console commands to make an NPC live with their existing mother/daughter but the only ones in the discord had "generate_mother" and "generate_daughter" commands. Can i make two related already existing NPCs live together?
The console can technically do most things that the code can do... so...
1. enter a conversation with the person you want to move.
2. Enter this into the console.
$ other_person = the_person
3. then go visit the person you want them to move into their home and enter a conversation.
4. then enter into console
$ other_person.change_home_location(the_person.home)
Should move that 1st person into the 2nd persons home. Again with the caveat that future effects are unknown. May break storylines, and cause all kinds of unfixable problems depending on who they are, etc.