Carrier pads locked event - EDCD/EDDI GitHub Wiki
Triggered when your fleet carrier locks landing pads prior to jumping.
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.carrierID} - The carrier's numeric ID
-
{event.carrierType} - The carrier type (e.g. Fleet Carrier or Squadron Carrier), as an object with 'localizedName' and 'invariantName' properties
-
{event.carrierType.invariantName}
-
{event.carrierType.name}
To respond to this event in VoiceAttack, create a command entitled ((EDDI carrier pads locked)). VoiceAttack variables will be generated to allow you to access the event information.
The following VoiceAttack variables are available for this event:
-
{DEC:EDDI carrier pads locked carrier id} - The carrier's numeric ID
-
{TXT:EDDI carrier pads locked carrier type invariant name}
-
{TXT:EDDI carrier pads locked carrier type name}
For more details on VoiceAttack integration, see https://github.com/EDCD/EDDI/wiki/VoiceAttack-Integration.