Skip to content

Crew member launched event

Tkael edited this page Nov 25, 2022 · 10 revisions

Triggered when a crew member launches the fighter.

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.crew} - The name of the crew member who launched

  • {event.telepresence} - True if the crew member joined via telepresence

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

The following VoiceAttack variables are available for this event:

  • {TXT:EDDI crew member launched crew} - The name of the crew member who launched

  • {BOOL:EDDI crew member launched telepresence} - True if the crew member joined via telepresence

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

Clone this wiki locally