-
Notifications
You must be signed in to change notification settings - Fork 82
FSD engaged event
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.systemname} - 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 systemname} - 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.