-
Notifications
You must be signed in to change notification settings - Fork 84
Ship fsd event
Tkael edited this page Dec 28, 2020
·
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
-
fsd_status
The status of your ship's fsd ('cooldown', 'cooldown complete', 'charging', 'charging cancelled', 'charging complete', 'masslock', or 'masslock cleared')
To respond to this event in VoiceAttack, create a command entitled ((EDDI ship fsd)). The event information can be accessed using the following VoiceAttack variables
-
{TXT:EDDI ship fsd 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.