Kazarion on discord:
An issue has been found when checking for diarchy parameters that need a certain level of swing (like unlock_diarch_requests_military_expedition_interaction that need 60) but in scripts is checked with has_diarchy_parameter that will return true even if you do not have the 60 swing, you would need to use has_diarchy_active_parameter I think tiger could report this as a warn to probably use has_diarchy_active_parameter instead
Kazarion on discord: