StellarisCommands.com

OK

The "OK" event in Stellaris — flavor, choices, and how to trigger it with the event console command.

OK

Country eventMean time: 10 days

OK

The command below will trigger the "OK" event in Stellaris:

Firing conditions

Show raw conditions
has_global_flag = fe_task_attack_empire_active
OR = {
  NOT = { any_country = { has_country_flag = fe_task_attack_empire } }
  NOT = { any_country = { has_country_flag = fe_task_attack_empire_origin } }
  NOT = { any_country = { has_country_flag = fe_task_attack_empire_target } }
  any_country = {
    has_country_flag = fe_task_attack_empire_origin
    OR = {
      NOT = {  is_country_type = fallen_empire }
      any_country = {
        has_country_flag = fe_task_attack_empire
        is_at_war_with = prev
      }
    }
  }
}