-
Notifications
You must be signed in to change notification settings - Fork 81
Docking granted event
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.