StellarisCommands.com

Incoming Transmission

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

Incoming Transmission

Ship event

…! Your ships have entered …, a star system in the L-Cluster that is off-limits to all non-Dessanu. We must insist that you withdraw from this system immediately. Failure to do so in a timely manner would... seriously compromise our relationship.

The command below will trigger the "Incoming Transmission" event in Stellaris:

Player choices

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

  • Apologies. We shall vacate the system at once.
  • We go where we please!

Event chain

Stellaris events fire in chains — one event leads to the next. Here is how Incoming Transmission (graygoo.160) connects.

Can lead to

Firing conditions

Show raw conditions
from = {
  has_star_flag = graygoo_factory_system
  any_fleet_in_system = {
    is_ship_size = graygoo_factory
    exists = owner
    owner = { is_country_type = gate_builders }
  }
}
owner = {
  NOT = { has_country_flag = gate_builders_hostility }
}