Skip to content

Carrier docking permission event

Tkael edited this page Nov 25, 2022 · 1 revision

Triggered when changing the docking permission criteria at your fleet carrier.

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.allowNotorious} - True if docking access may be granted to notorious commanders

  • {event.dockingAccess} - The carrier's current docking access (one of one of 'all', 'squadronfriends', 'friends', or 'none')

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

The following VoiceAttack variables are available for this event:

  • {BOOL:EDDI carrier docking permission allow notorious} - True if docking access may be granted to notorious commanders

  • {TXT:EDDI carrier docking permission docking access} - The carrier's current docking access (one of one of 'all', 'squadronfriends', 'friends', or 'none')

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

Clone this wiki locally