-
Notifications
You must be signed in to change notification settings - Fork 82
Next destination event
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.isBody} - If the destination is an 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 an 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
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:
-
{BOOL:EDDI next destination is body} - If the destination is an 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 an 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
For more details on VoiceAttack integration, see https://github.com/EDCD/EDDI/wiki/VoiceAttack-Integration.