"has_completed_focus" does not work in allowed section

I am trying to have a focus not be able to be completed until another focus has been completed without it being a prerequisite. I am doing this by putting "has_completed_focus = FOCUS_NAME" but whenever I load up the game my focus claims that the focus name I put is not valid.

Where you have FOCUS_NAME this should be in the format:

TAG_focus_name

So the focus "Let's Get Going!" for the tag "GER" would be: GER_lets_get_going


Can you confirm this is what you're checking for?

Yes this helped with my issue. Thank you.