End the law debate of the randomly selected IO.
定義in_game/events/debug/qa_debug.txt:2938
2939type = country_event
2940title = qa_debug.30.title Resolution Menu
2941desc = qa_debug.30.desc End the law debate of the randomly selected IO.
2942outcome = neutral
2943orphan = yes
2944immediate = {
2945random_international_organizations_member_of = {
2946limit = {
2948resolution_is_active = resolution:policy_vote
}
2950save_scope_as = target_io
}
}
選択肢
ALet the resolution pass.
2955trigger = {
2956exists = scope:target_io
}
2958scope:target_io = {
2959if = {
2960limit = {
2962resolution_is_active = resolution:policy_vote
}
2964end_vote = {
2965resolution = resolution:policy_vote
}
}
}
BThe resolution must not pass.
2989trigger = {
2990exists = scope:target_io
}
2992scope:target_io = {
2993if = {
2994limit = {
2996resolution_is_active = resolution:policy_vote
}
3007end_vote = {
3008resolution = resolution:policy_vote
}
}
}