i get this error when trying to raise the children
SCRIPT ERROR: babyage: Invalid set index 'name' (on base: 'Nil') with value of type 'String'.
At: res://files/scripts/Mansion.gd:2614
seems to relate to this line of code
baby.name = get_node("birthpanel/raise/childpanel/LineEdit").get_text()
not sure what or if anything is wrong with the code as i'm a dumb noob but hope this helps