-
Notifications
You must be signed in to change notification settings - Fork 84
Squadron status event
Richard Buckle edited this page Dec 18, 2018
·
3 revisions
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
-
name
The squadron name -
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)). The event information can be accessed using the following VoiceAttack variables
-
{TXT:EDDI squadron status name}
The squadron name -
{TXT:EDDI squadron status status}
The squadron status (applied
,created
,disbanded
,invited
,joined
,kicked
,left
)