Skip to content

Docking cancelled event

Richard Buckle edited this page Jun 24, 2018 · 10 revisions

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

  • station The station at which the commander has cancelled docking

  • stationtype The localized model / type of the station at which the commander has cancelled docking

  • stationDefinition The model / type of the station at which the commander has cancelled docking (this is an object)

To respond to this event in VoiceAttack, create a command entitled ((EDDI docking cancelled)). The event information can be accessed using the following VoiceAttack variables

  • {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
Clone this wiki locally