But you already can
Something like this will work, not 100% certain if these precise syntax will work, but it is prefectly possible within the existing event engine.
Code:
option = {
name = "EVTOPTAxxxx"
country = {
limit = {
tag = DEN
}
country_event = xxxx
}
country = {
limit = {
NOT = {
tag = DEN
}
prestige = -5 #you are clearly not Danish
}
}
}
Something like this will work, not 100% certain if these precise syntax will work, but it is prefectly possible within the existing event engine.