r/eu4 1d ago

Game Modding Need help making a trigger

So i am making a mission where one of the triggers has to be that all your provinces are orthodox, but i don't know how to code it. I've looked at the trigger wiki thousands of times without succes. Any help?

5 Upvotes

2 comments sorted by

5

u/Owcom 1d ago

trigger = {

        all_owned_province = {religion=orthodox}        

    }

1

u/Vicktor54 22h ago

Thanks!