-
Notifications
You must be signed in to change notification settings - Fork 82
Crew member launched event
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.