-
Notifications
You must be signed in to change notification settings - Fork 81
Squadron status event
Triggered when your status with a squadron has changed.
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.status} - The squadron status (
applied
,created
,disbanded
,invited
,joined
,kicked
,left
)
To respond to this event in VoiceAttack, create a command entitled ((EDDI squadron status)). 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 status} - The squadron status (
applied
,created
,disbanded
,invited
,joined
,kicked
,left
) -
{TXT:EDDI squadron status name} - The squadron name
For more details on VoiceAttack integration, see https://github.com/EDCD/EDDI/wiki/VoiceAttack-Integration.