Skip to content

Mission abandoned event

Tkael edited this page Jun 20, 2021 · 10 revisions

Triggered when you abandon a mission.

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.fine} - The fine levied

  • {event.missionid} - The ID of the mission

  • {event.name} - The name of the mission

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

The following VoiceAttack variables are available for this event:

  • {DEC:EDDI mission abandoned fine} - The fine levied

  • {DEC:EDDI mission abandoned missionid} - The ID of the mission

  • {TXT:EDDI mission abandoned name} - The name of the mission

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

Clone this wiki locally