is_title_active = k_italyHow would I check if a title exists in this context:
Code:k_tuscany = { color = { 237 28 36 } capital = 328 # Firenze culture = italian allow = { is_independant = yes NOT = { [B][U]k_italy = exists[/U][/B] #like this? } culture = italian religion_group = christian } } }
Do note that you can only check a title after it has been defined. So k_tuscany has to be below k_italy; if not, the check won't work.