Skip to content

Squadron startup event

T'kael edited this page Aug 2, 2026 · 5 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} - The invariant name of the squadron rank.

  • {event.rank.localizedName} - The localized name of the squadron rank.

  • {event.rank.rankID} - The numeric squadron rank ID.

  • {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} - The numeric squadron rank ID.

  • {TXT:EDDI squadron startup rank invariant name} - The invariant name of the squadron rank.

  • {TXT:EDDI squadron startup rank localized name} - The localized name of the squadron rank.

  • {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