Skip to content

Squadron startup event

T'kael edited this page Sep 17, 2025 · 4 revisions

Triggered at startup to provide basic squadron information.

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.name} - The squadron name

  • {event.rank} - Your current squadron rank, as an object with properties 'rankID', 'invariantName', and 'localizedName'

  • {event.rank.invariantName}

  • {event.rank.localizedName}

  • {event.rank.rankID}

  • {event.squadronID} - The squadron's numeric ID

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

The following VoiceAttack variables are available for this event:

  • {TXT:EDDI squadron startup name} - The squadron name

  • {INT:EDDI squadron startup rank id}

  • {TXT:EDDI squadron startup rank invariant name}

  • {TXT:EDDI squadron startup rank localized name}

  • {INT:EDDI squadron startup squadron id} - The squadron's numeric ID

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

Clone this wiki locally