Destination arrived event - EDCD/EDDI GitHub Wiki

Triggered when you drop into normal space at your selected 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.invariantName} - The invariant name of the destination location

  • {event.isSignalSource} - True if the destination is a signal source

  • {event.name} - The name of the destination location, localized when applicable

  • {event.threat} - The threat level at the destination location (0 is lowest) (typically only used for unidentified signal sources)

To respond to this event in VoiceAttack, create a command entitled ((EDDI destination arrived)). VoiceAttack variables will be generated to allow you to access the event information.

The following VoiceAttack variables are available for this event:

  • {TXT:EDDI destination arrived invariant name} - The invariant name of the destination location

  • {BOOL:EDDI destination arrived is signal source} - True if the destination is a signal source

  • {TXT:EDDI destination arrived name} - The name of the destination location, localized when applicable

  • {INT:EDDI destination arrived threat} - The threat level at the destination location (0 is lowest) (typically only used for unidentified signal sources)

For more details on VoiceAttack integration, see https://github.com/EDCD/EDDI/wiki/VoiceAttack-Integration.

⚠️ **GitHub.com Fallback** ⚠️