• 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.

M.Jerchel

Private
33 Badges
Apr 2, 2020
14
0
  • Europa Universalis IV: Common Sense
  • Europa Universalis IV: Golden Century
  • Crusader Kings II: Holy Fury
  • Europa Universalis IV: Dharma
  • Europa Universalis IV: Rule Britannia
  • Europa Universalis IV: Cradle of Civilization
  • Age of Wonders III
  • Europa Universalis IV: Mandate of Heaven
  • Crusader Kings II: Monks and Mystics
  • Europa Universalis IV: Rights of Man
  • Crusader Kings II: Reapers Due
  • Crusader Kings II: Conclave
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Horse Lords
  • Crusader Kings II: Way of Life
  • Europa Universalis IV: El Dorado
  • Europa Universalis IV
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Charlemagne
  • Europa Universalis IV: Pre-order
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: Jade Dragon
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Europa Universalis IV: Third Rome
  • Crusader Kings II: Sword of Islam
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Mare Nostrum
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Res Publica
  • Crusader Kings II
I`m currently working on my own mod and I have a problem. I want to create a decision which require you to control every province with certain culture, however unfortunately it`s not working. Do you have any ideas how to change it? I can`t insert link here, because it`s my first post on this forum, so I`ll make it in more retarded way. Just copy link and delete this first space.
h ttps://ifotos.pl/z/qaswhae/
 
This should work:

Code:
NOT = {
    any_province = {
        culture = ROOT
        owner = {
            NOR = {
                character = ROOT
                is_vassal_or_below_of = ROOT
            }
        }
    }
}