StellarisCommands.com

Missteps from an Ambassador

The "Missteps from an Ambassador" event in Stellaris — flavor, choices, and how to trigger it with the event console command.

Missteps from an Ambassador

Missteps from an Ambassador event picture
Country event

The … have brought forward a complaint regarding the conduct of our … to the …, …. Apparently … conduct has so offended the local … that their authorities have posted a guard for … own protection. Exactly what … did is unclear to us, as we lack … sensibilities, but there are widespread protests against … and the "… arrogance" … supposedly represent…. The … urges us to recall … and send a new ambassador in … place. They hint at diplomatic repercussions should we refuse.

The command below will trigger the "Missteps from an Ambassador" event in Stellaris:

Player choices

When this event fires, you can choose between these 2 options:

  • shall stay.
  • Recall … to … for retraining.

Firing conditions

Show raw conditions
is_country_type = default
is_gestalt = no
any_envoy = {
  NOT = {
    has_envoy_task = {
      task = first_contact
    }
  }
  NOT = { has_leader_flag = respected_envoy }
  AND = {
    exists = envoy_location_country
    envoy_location_country = {
      is_scope_type = country
      NOR = {
        is_same_value = root
        is_same_species = root
        is_same_species = prev
        is_gestalt = yes
      }
      is_primitive = no
    }
  }
}
NOT = { has_country_flag = recent_envoy_event }