Carrier decommission cancelled event - EDCD/EDDI GitHub Wiki
Triggered when you cancel the decommissioning of 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.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 decommission cancelled)). 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 decommission cancelled carrier id} - The carrier's numeric ID
-
{TXT:EDDI carrier decommission cancelled carrier type invariant name}
-
{TXT:EDDI carrier decommission cancelled carrier type name}
For more details on VoiceAttack integration, see https://github.com/EDCD/EDDI/wiki/VoiceAttack-Integration.