Skip to content

Docking requested event

Tkael edited this page Jun 20, 2021 · 10 revisions

Triggered when your ship requests docking at 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.station} - The station at which the commander has requested docking

  • {event.stationtype} - The localized model / type of the station at which the commander has requested docking

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

The following VoiceAttack variables are available for this event:

  • {TXT:EDDI docking requested station} - The station at which the commander has requested docking

  • {TXT:EDDI docking requested stationtype} - The localized model / type of the station at which the commander has requested docking

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

Clone this wiki locally