Scripted Trigger
control_all_bohemia_moravia_silesia_trigger
Definitionin_game/events/DHE/flavor_BOH.txt:1408
1409area:bohemia_area = {
1410NOT = {
1411any_location_in_area = {
1412AND = {
1413owner != root
1414owner = {
1415NOT = {
1415is_subject_of = root
}
}
}
}
}
}
1421area:moravia_area = {
1422NOT = {
1423any_location_in_area = {
1424AND = {
1425owner != root
1426owner = {
1427NOT = {
1427is_subject_of = root
}
}
}
}
}
}
1433area:silesia_area = {
1434NOT = {
1435any_location_in_area = {
1436AND = {
1437owner != root
1438owner = {
1439NOT = {
1439is_subject_of = root
}
}
}
}
}
}