on_actions = {
    on_monthly = { 
        effect = {
            if = {
                limit = {
                    # Scenario requirements
                    ET_in_new_era = yes
                    has_global_flag = ET_flag_global_allow_decolonization

                    # Date specific
                    OR = {
                        date > 1945.01.01
                        has_global_flag = ET_Flag_Global_DEBUG_Decolonization_Ignore_Dates
                    }
                    date < 1980.01.01
                }
                country_event = {
                    id = ET_Decolonization_Init.0
                }
            }
        }
    }
}
