Or how it is also called: "How the f*** do I choose spouse of the FROM character?". 
I'm making adoption mod, but cannot figure out the said problem. So, I need to "
I thought of this:
But turns out, it breaks the decision and makes "
So, I tried this:
Which is, on the right track, and scopes to the spouse of FROM character, but sets mother, in this context, to the FROM character itself, which is understandable. So, doesn't work either.
Then:
But, isn't a solution too.
Tried a bunch of different ways, but didn't work, as you can imagine. So, I've been sitting on this problem for 2-3 hours now, and there is no any information about this topic.
That's why I'm here.
So, please, tell me - how do I do this?
I'm making adoption mod, but cannot figure out the said problem. So, I need to "
set_mother
/set_father
" to spouse of FROM character via targetted decision.I thought of this:
Code:
set_mother = {
spouse = {
character = FROM
}
}
ai_will_do
" and "ai_acceptance
" into seperate decisions, which is obvioulsy isn't right.So, I tried this:
Code:
FROM = {
set_mother = spouse
}
Then:
Code:
FROM = {
ROOT = {
set_mother = spouse
}
}
Tried a bunch of different ways, but didn't work, as you can imagine. So, I've been sitting on this problem for 2-3 hours now, and there is no any information about this topic.
That's why I'm here.
So, please, tell me - how do I do this?
Last edited: