set_leader_PAU = { if = { limit = { check_variable = { ruling_party = 2 } } if = { limit = { check_variable = { liberalism_leader = 0 } } set_variable = { liberalism_leader = 1 } kill_country_leader = yes create_country_leader = { name = "Kuniwo Nakamura" picture = "kuniwo_nakamura.dds" ideology = liberalism traits = { western_liberalism } } if = { limit = { has_country_flag = do_not_retire } subtract_from_variable = { liberalism_leader = 1 } } if = { limit = { date < 2016.1.2 } set_temp_variable = { b = 1 } } #skip if 2017 } } else_if = { limit = { check_variable = { ruling_party = 3 } } if = { limit = { check_variable = { socialism_leader = 0 } } set_variable = { socialism_leader = 1 } kill_country_leader = yes create_country_leader = { name = "Thomas Remengesau Jr." picture = "thomas_remengesau_jr.dds" ideology = socialism traits = { western_socialism } } if = { limit = { has_country_flag = do_not_retire } subtract_from_variable = { socialism_leader = 1 } } set_temp_variable = { b = 1 } } } }