스크립트 효과
council_of_trent_proposal_effect
가톨릭교회국가 간 조직체if
트리엔트 공의회상황if정의in_game/common/scripted_effects/situation_effects.txt:519
520if = {
521limit = {
522exists = scope:recipient
523exists = scope:target
524exists = scope:vote
}
533add_to_global_variable_list = {
533name = council_of_trent_voting_for_debate
533target = scope:proposer
}
534remove_list_global_variable = {
534name = council_of_trent_unvoters
534target = scope:proposer
}
}
537every_international_organization_member = {
538limit = {
538NOT = {
538this = scope:proposer
}
}
539add_to_global_variable_list = {
539name = council_of_trent_unvoters
539target = this
}
}
}
}