-
Notifications
You must be signed in to change notification settings - Fork 84
Docking cancelled event
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
For more details on VoiceAttack integration, see https://github.com/EDCD/EDDI/wiki/VoiceAttack-Integration.