-
Notifications
You must be signed in to change notification settings - Fork 81
Crew session ended event
Triggered when you disband your crew and end the multicrew session.
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.onCrime} - True if the multicrew session was disbanded after a crime was committed
-
{event.telepresence} - True if this was a telepresence multicrew session
To respond to this event in VoiceAttack, create a command entitled ((EDDI crew session ended)). VoiceAttack variables will be generated to allow you to access the event information.
The following VoiceAttack variables are available for this event:
-
{BOOL:EDDI crew session ended on crime} - True if the multicrew session was disbanded after a crime was committed
-
{BOOL:EDDI crew session ended telepresence} - True if this was a telepresence multicrew session
For more details on VoiceAttack integration, see https://github.com/EDCD/EDDI/wiki/VoiceAttack-Integration.