-
Notifications
You must be signed in to change notification settings - Fork 85
Carrier location event
Triggered at startup and shortly before your fleet carrier arrives at a new destination.
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.bodyID} - The numeric body ID of the body your fleet carrier is orbiting
-
{event.systemAddress} - The numeric system address of the star system where your fleet carrier is located
-
{event.systemname} - The name of the star system where your fleet carrier is located
To respond to this event in VoiceAttack, create a command entitled ((EDDI carrier location)). 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 location body id} - The numeric body ID of the body your fleet carrier is orbiting
-
{DEC:EDDI carrier location system address} - The numeric system address of the star system where your fleet carrier is located
-
{TXT:EDDI carrier location systemname} - The name of the star system where your fleet carrier is located
For more details on VoiceAttack integration, see https://github.com/EDCD/EDDI/wiki/VoiceAttack-Integration.