Scripted Trigger
has_abstained_vote
Created the scripted effect because it is not super intuitive that a country has to leave the vote empty to vote nothing Only usable for resolutions which allow a null object target
Definitionin_game/common/scripted_triggers/international_organization_triggers.txt:186
187custom_description = {
188text = has_abstained_vote_text
189subject = $voter$
190object = $resolution$
191has_voted_for = {
192voter = $voter$
193resolution = $resolution$
}
}