421
Other Games / Re: Crusader Kings 2 is released.
« on: February 13, 2013, 04:15:47 pm »
Here's something that i am struggling with.
In job_titles, under spymaster requirements, you have :
How would one change that to ANY member of dynasty?
I've tried
liege = { any_dynasty_member = { character = FROM } }
But it doesn't appear to do anything, and without { character = FROM } it just allows all females to take the position.
Any ideas?
In job_titles, under spymaster requirements, you have :
Quote
OR = {
is_female = no
liege = { mother = { character = FROM } }
liege = { spouse = { character = FROM } }
}
How would one change that to ANY member of dynasty?
I've tried
liege = { any_dynasty_member = { character = FROM } }
But it doesn't appear to do anything, and without { character = FROM } it just allows all females to take the position.
Any ideas?