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