You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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