Undocked event - EDCD/EDDI GitHub Wiki

Triggered when your ship undocks from a station or outpost.

When using this event in the Speech responder the information about this event is available under the event object. The available variables are as follows:

  • {event.marketId} - Market ID of the station from which the commander has undocked

  • {event.station} - The station from which the commander has undocked

To respond to this event in VoiceAttack, create a command entitled ((EDDI undocked)). VoiceAttack variables will be generated to allow you to access the event information.

The following VoiceAttack variables are available for this event:

  • {DEC:EDDI undocked market id} - Market ID of the station from which the commander has undocked

  • {TXT:EDDI undocked station} - The station from which the commander has undocked

For more details on VoiceAttack integration, see https://github.com/EDCD/EDDI/wiki/VoiceAttack-Integration.

⚠️ **GitHub.com Fallback** ⚠️