All errors are listed twice
And here's the errors themselves (duplicate listings omitted)
--- Error 1 of 1 ---
At <mod>\decisions\adoption.txt [decisions\adopt_orphan_boy\effect\create_character\dynasty] (19, 5):
"FROM" is not a valid "random", DynastyId, or ThisChar.
--- Error 1 of 1 ---
At <mod>\decisions\adoption.txt [decisions\adopt_orphan_boy\allow\FROM] (6, 4):
Invalid use of 'FROM': This is not a valid place to use FROM.
--- Error 1 of 1 ---
At <mod>\decisions\adoption.txt [decisions\adopt_orphan_girl\effect\create_character] (43, 4):
Invalid node "add_trait" in scope CharCreation (value is: legit_bastard)
--- Error 1 of 1 ---
At <mod>\decisions\adoption.txt [decisions\adopt_orphan_girl\effect\create_character] (43, 4):
Invalid node "recalc_succession" in scope CharCreation (value is: yes)
They all work except recalc_succession, I'm not sure it has any effect really.
This is your adoption mod? The reason they would be duplicated is one is for adopting a boy and one for a girl. I think you do recalc_succession outside the create_character clause, after it. The dynasty FROM issue had already been fixed. Right now, in a character creation clause, "trait = X" is valid. So "add_trait = X" is basically the same thing? For the other FROM issue, what does FROM point to? It seems like the root is the character making the decision, so what would FROM point to?