In the immediate section of HL.10510 is this block of code:
As far as I know, count is only valid in an any_* scope in a trigger, which this is not. Even if it is valid, random_courtier without the count would serve the desired purpose (pick one courtier who fits the limit triggers.)
Code:
immediate = {
primary_title = {
capital_scope = {
owner = {
any_courtier = {
count = 1
limit = {
is_landed = no
is_female = no
is_child_of = PREV
is_adult = yes
Upvote
0