Skip to content

Fighter launched event

Tkael edited this page Jun 20, 2021 · 10 revisions

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.

Clone this wiki locally