• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

Koweleski345126

Recruit
1 Badges
Apr 10, 2019
2
0
  • Crusader Kings II
decisions = {

free_vassal = {
only_independent = yes
is_high_prio = yes
ai_check_interval = 60
potential = {
prisoner = no
}
is_nomadic = no
is_feudal = yes
}
}
allow = {
any_vassal
prisoner = yes

effect = {
any_vassal
prisoner = no
 
Count your { } characters, you are closing the descion block before even reaching the allow or effect section. Also your scopes are busted any_vassal should be formatted any_vassal = { } with the effect in it.

Go through the current files and double check use of the commands you are using.