Scripted Effect
abstain_vote
Created the scripted effects because it is not super intuitive that a country has to leave the vote empty to vote nothing / that an IO needs to end a vote with no vote target Only usable for resolutions which allow a null object target
Definitionin_game/common/scripted_effects/international_organization_effects.txt:566
567custom_description = {
568text = abstain_vote_text
569subject = $voter$
570object = $resolution$
571set_vote = {
572voter = $voter$
573resolution = $resolution$
}
}