-
Notifications
You must be signed in to change notification settings - Fork 82
Carrier jump engaged event
Triggered when your fleet carrier performs a 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.bodyname} - The name of the destination body, if any
-
{event.docked} - True if docked with the carrier as it jumps
-
{event.shortname} - The short name of the destination body, if any
-
{event.systemname} - The name of the destination star system
To respond to this event in VoiceAttack, create a command entitled ((EDDI carrier jump engaged)). VoiceAttack variables will be generated to allow you to access the event information.
The following VoiceAttack variables are available for this event:
-
{TXT:EDDI carrier jump engaged bodyname} - The name of the destination body, if any
-
{BOOL:EDDI carrier jump engaged docked} - True if docked with the carrier as it jumps
-
{TXT:EDDI carrier jump engaged shortname} - The short name of the destination body, if any
-
{TXT:EDDI carrier jump engaged systemname} - The name of the destination star system
For more details on VoiceAttack integration, see https://github.com/EDCD/EDDI/wiki/VoiceAttack-Integration.