Scripted TriggerChanged this version
is_most_likely_candidate_for_seniority
Definitionin_game/common/scripted_triggers/international_organization_triggers.txt:682
683trigger_if = {
684limit = {
684exists = $union$
}
685save_temporary_scope_value_as = {
686name = union_highest_non_root_economical_base
687value = {
688value = 0
689$union$ = {
690ordered_international_organization_member = {
691limit = {
691this != root
}
692order_by = country_economical_base
693max = 1
694check_range_bounds = no
695add = country_economical_base
}
}
}
}
700country_economical_base >= scope:union_highest_non_root_economical_base
}
702trigger_else = {
703exists = $union$
}