Can anyone tell me if this trigger statement achieves what I want it to achieve - namely, that England will inherit Scotland if a) SCO is ENG's vassal, or B) if ENG owns the five provinces listed. (This is a modification to Johnny Canuck's eep event).
event = {
id = 3037
trigger =
OR = { vassal = { country = ENG country = SCO }
{
owned = { province = 232 data = -1 }
owned = { province = 236 data = -1 }
owned = { province = 237 data = -1 }
owned = { province = 238 data = -1 }
owned = { province = 239 data = -1 }
}
random = no
country = ENG
name = "EVENTNAME3037"
desc = "EVENTHIST3037"
style = 4
date = { day = 1 month = january year = 1700 }
offset = 3650
deathdate = { day = 1 month = january year = 1820 }
action_a ={ #We are Great Britain#
name = "ACTIONNAME3037A"
command = { type = flag which = 6 }
command = { type = provinceculture which = 238 value = anglosaxon }
command = { type = provinceculture which = 239 value = anglosaxon }
command = { type = provinceculture which = 232 value = anglosaxon }
command = { type = domestic which = CENTRALIZATION value = 1 }
command = { type = stability value = 1 }
command = { type = inherit which = SCO }
}
}
event = {
id = 3037
trigger =
OR = { vassal = { country = ENG country = SCO }
{
owned = { province = 232 data = -1 }
owned = { province = 236 data = -1 }
owned = { province = 237 data = -1 }
owned = { province = 238 data = -1 }
owned = { province = 239 data = -1 }
}
random = no
country = ENG
name = "EVENTNAME3037"
desc = "EVENTHIST3037"
style = 4
date = { day = 1 month = january year = 1700 }
offset = 3650
deathdate = { day = 1 month = january year = 1820 }
action_a ={ #We are Great Britain#
name = "ACTIONNAME3037A"
command = { type = flag which = 6 }
command = { type = provinceculture which = 238 value = anglosaxon }
command = { type = provinceculture which = 239 value = anglosaxon }
command = { type = provinceculture which = 232 value = anglosaxon }
command = { type = domestic which = CENTRALIZATION value = 1 }
command = { type = stability value = 1 }
command = { type = inherit which = SCO }
}
}