-
Notifications
You must be signed in to change notification settings - Fork 82
Fighter launched event
Triggered when you launch a fighter from your ship.
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.id} - The fighter's id
-
{event.loadout} - The fighter's loadout
-
{event.playercontrolled} - True if the fighter is controlled by the player
To respond to this event in VoiceAttack, create a command entitled ((EDDI fighter launched)). VoiceAttack variables will be generated to allow you to access the event information.
The following VoiceAttack variables are available for this event:
-
{INT:EDDI fighter launched id} - The fighter's id
-
{TXT:EDDI fighter launched loadout} - The fighter's loadout
-
{BOOL:EDDI fighter launched playercontrolled} - True if the fighter is controlled by the player
For more details on VoiceAttack integration, see https://github.com/EDCD/EDDI/wiki/VoiceAttack-Integration.