Skip to content

Carrier service changed event

Tkael edited this page Nov 25, 2022 · 1 revision

Triggered when you change the services available at your fleet carrier.

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.crew} - The crew member responsible for the service

  • {event.invariantService} - The invariant name of the service being changed

  • {event.operation} - The type of service change (One of 'Activate', 'Deactivate', 'Pause', 'Resume', or 'Replace')

  • {event.service} - The service being changed

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

The following VoiceAttack variables are available for this event:

  • {TXT:EDDI carrier service changed crew} - The crew member responsible for the service

  • {TXT:EDDI carrier service changed invariant service} - The invariant name of the service being changed

  • {TXT:EDDI carrier service changed operation} - The type of service change (One of 'Activate', 'Deactivate', 'Pause', 'Resume', or 'Replace')

  • {TXT:EDDI carrier service changed service} - The service being changed

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

Clone this wiki locally