Met fin au débat législatif à propos de l'OI aléatoire.
Définitionin_game/events/debug/qa_debug.txt:2938
2939type = country_event
2940title = qa_debug.30.title Menu Résolution
2941desc = qa_debug.30.desc Met fin au débat législatif à propos de l'OI aléatoire.
2942outcome = neutral
2943orphan = yes
2944immediate = {
2945random_international_organizations_member_of = {
2946limit = {
2948resolution_is_active = resolution:policy_vote
}
2950save_scope_as = target_io
}
}
Options
APassons cette résolution.
2955trigger = {
2956exists = scope:target_io
}
2958scope:target_io = {
2959if = {
2960limit = {
2962resolution_is_active = resolution:policy_vote
}
2964end_vote = {
2965resolution = resolution:policy_vote
}
}
}
BLa résolution ne doit pas passer.
2989trigger = {
2990exists = scope:target_io
}
2992scope:target_io = {
2993if = {
2994limit = {
2996resolution_is_active = resolution:policy_vote
}
3007end_vote = {
3008resolution = resolution:policy_vote
}
}
}