Has the method for disactivating county-level titles changed?
This is the effect which doesn't work:
I know it was already bugged before, but now it seems to not work at all.
This is the effect which doesn't work:
Code:
FROM = {
# any_demesne_title mercenary = yes doesn't work
any_mercenary_band = {
limit = {
holder_scope = {
character = FROM
}
}
activate_title = { title = THIS status = no }
unsafe_destroy_landed_title = THIS
# Workaround a bug with count tier titles that don't dissolve automatically.
# Attempting to grant the title will effectively destroy it.
create_legion_commander_effect = yes
new_character = {
grant_title = PREV
}
}
}
I know it was already bugged before, but now it seems to not work at all.