Skip to content

Next jump event

Tkael edited this page Jun 20, 2021 · 5 revisions

Triggered when selecting a star system to jump to.

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.remainingjumpsinroute} - The remaining number of jumps in the current route

  • {event.starclass} - The primary star's class

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

To respond to this event in VoiceAttack, create a command entitled ((EDDI next jump)). 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 jump remainingjumpsinroute} - The remaining number of jumps in the current route

  • {TXT:EDDI next jump starclass} - The primary star's class

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

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

Clone this wiki locally