That is not how scopes work, the RHS of a who = for opinion modifiers needs to be ROOT, FROM, PREV or an event target. So what you want to do is something like:
Also opinion modifiers do not take any value other than opinion = int, as you are selecting who to apply the opinion modifier to.Code:any_plot_backer = { ROOT = { opinion = { modifier = opinion_rebellove who = PREV months = 12 } } }
Your modifier should be:
Code:opinion_rebellove = { opinion = 35 }
Code:
any_plot_backer = {
reverse_opinion = {
who = ROOT
...