-
Notifications
You must be signed in to change notification settings - Fork 84
Fighter launched event
Tkael edited this page Dec 28, 2020
·
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
-
loadout
The fighter's loadout -
id
The fighter's id -
playercontrolled
True if the fighter is controlled by the player
To respond to this event in VoiceAttack, create a command entitled ((EDDI fighter launched)). The event information can be accessed using the following VoiceAttack variables
-
{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.