Scripted Effect
propose_parliament_issue
Definitionin_game/common/scripted_effects/international_organization_effects.txt:507
508$international_organization$ = {
509if = {
}
513if = {
514limit = {
514exists = scope:parliament_location
}
515set_parliament_location = scope:parliament_location
}
517else = {
518set_parliament_location = scope:actor.capital
}
520set_parliament_active = yes
521hidden_effect = {
522every_international_organization_member = {
523set_participated_in_parliament = {
523international_organization = $international_organization$
523vote = no
}
}
}
526if = {
527limit = {
527exists = scope:parliament_issue
}
528set_parliament_issue = scope:parliament_issue
529set_parliament_issue_support = {
530add = {
531desc = total_special_status_power_fraction
532value = "total_special_status_power_fraction(scope:parliament_issue.special_status)"
}
}
}
}
537set_participated_in_parliament = {
537international_organization = $international_organization$
537vote = yes
}