Skip to content

Docking granted event

Tkael edited this page Jun 20, 2021 · 10 revisions

Triggered when your ship is granted docking permission 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.landingpad} - The landing pad at which the commander has been granted docking

  • {event.station} - The station at which the commander has been granted docking

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

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

The following VoiceAttack variables are available for this event:

  • {INT:EDDI docking granted landingpad} - The landing pad at which the commander has been granted docking

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

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

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

Clone this wiki locally