Skip to content

Next jump event

T'kael edited this page Mar 16, 2025 · 6 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 from the targeted star system

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

  • {event.systemAddress} - The numeric system address of the targeted star 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 from the targeted star system

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

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

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

Clone this wiki locally