Skip to content

Next destination event

T'kael edited this page Mar 16, 2025 · 2 revisions

Triggered when selecting an in-system 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 ID of the destination body (if the destination is a body)

  • {event.isBody} - If the destination is a body

  • {event.isPOI} - If the destination is a Point of Interest / miscellaneous location

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

  • {event.isStation} - If the destination is a station (including megaship or fleet carrier)

  • {event.localizedName} - The localized name of the next in-system destination, if known

  • {event.name} - The name of the next in-system destination

  • {event.systemAddress} - The numeric system address of the star system

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

The following VoiceAttack variables are available for this event:

  • {INT:EDDI next destination body id} - The numeric ID of the destination body (if the destination is a body)

  • {BOOL:EDDI next destination is body} - If the destination is a body

  • {BOOL:EDDI next destination is poi} - If the destination is a Point of Interest / miscellaneous location

  • {BOOL:EDDI next destination is signal source} - If the destination is a signal source

  • {BOOL:EDDI next destination is station} - If the destination is a station (including megaship or fleet carrier)

  • {TXT:EDDI next destination localized name} - The localized name of the next in-system destination, if known

  • {TXT:EDDI next destination name} - The name of the next in-system destination

  • {DEC:EDDI next destination system address} - The numeric system address of the star system

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

Clone this wiki locally