Skip to content

FSD engaged event

Tkael edited this page Jun 5, 2023 · 10 revisions

Triggered when your FSD has engaged.

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.stellarclass} - The class of the destination primary star (only if type is Hyperspace)

  • {event.system} - The destination system (only if type is Hyperspace)

  • {event.target} - The target frame (Supercruise/Hyperspace)

  • {event.taxijump} - True if traveling via taxi

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

The following VoiceAttack variables are available for this event:

  • {TXT:EDDI fsd engaged stellarclass} - The class of the destination primary star (only if type is Hyperspace)

  • {TXT:EDDI fsd engaged system} - The destination system (only if type is Hyperspace)

  • {TXT:EDDI fsd engaged target} - The target frame (Supercruise/Hyperspace)

  • {BOOL:EDDI fsd engaged taxijump} - True if traveling via taxi

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

Clone this wiki locally