脚本效果
council_of_trent_vote_effect
天主教会国际组织if
脱利腾大公会议局势if定义in_game/common/scripted_effects/situation_effects.txt:641
642if = {
643limit = {
}
647remove_list_global_variable = {
647name = council_of_trent_voting_for_debate
647target = scope:actor
}
648remove_list_global_variable = {
648name = council_of_trent_voting_against_debate
648target = scope:actor
}
649remove_list_global_variable = {
649name = council_of_trent_unvoters
649target = scope:actor
}
650if = {
651limit = {
652scope:recipient = {
653has_voted_for = {
654voter = scope:actor
655resolution = resolution:policy_vote
}
}
}
660add_to_global_variable_list = {
660name = council_of_trent_voting_for_debate
660target = scope:actor
}
}
662else = {
663add_to_global_variable_list = {
663name = council_of_trent_voting_against_debate
663target = scope:actor
}
}
}