Docking cancelled event - EDCD/EDDI GitHub Wiki
Triggered when your ship cancels a docking request 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 cancelled docking
-
{event.stationtype} - The localized model / type of the station at which the commander has cancelled docking
To respond to this event in VoiceAttack, create a command entitled ((EDDI docking cancelled)). 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 cancelled station} - The station at which the commander has cancelled docking
-
{TXT:EDDI docking cancelled stationtype} - The localized model / type of the station at which the commander has cancelled docking
For more details on VoiceAttack integration, see https://github.com/EDCD/EDDI/wiki/VoiceAttack-Integration.