Releasing Nations

Hello! How do I make a focus that releases a nation upon completion of the focus?

I did this:

BAC = {

release = yes



}

DAV = {

release = yes



}

And the focus does not work. It doesn't release the nation it just says that the focus has no effect. What do I do?

The syntax is "release = TAG"

So you'll need to do:

release = BAC

release = DAV


However, I believe they need to be in the country scope of the owner. So if the nation doing the focus tree doesn't own their state (e.g. France forcing Spain to release Catalonia) then you will need to do:

OWNER_TAG = {

release = TAG

}

You can also change the owner of the states normally if that is what you wish to do.

Thats a way I've never heard of! Thanks