Skip to content

Ship fsd event

Tkael edited this page Jun 5, 2023 · 8 revisions

Triggered when there is a change to the status of your ship's fsd.

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.fsd_status} - The status of your ship's fsd ('cooldown', 'cooldown complete', 'charging', 'charging cancelled', 'charging complete', 'masslock', or 'masslock cleared')

  • {event.hyperdrive_charging} - True if the FSD is currently charging for a jump to hyperspace.

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

The following VoiceAttack variables are available for this event:

  • {BOOL:EDDI ship fsd hyperdrive charging} - True if the FSD is currently charging for a jump to hyperspace.

  • {TXT:EDDI ship fsd status} - The status of your ship's fsd ('cooldown', 'cooldown complete', 'charging', 'charging cancelled', 'charging complete', 'masslock', or 'masslock cleared')

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

Clone this wiki locally