Skip to content

Commander progress event

Tkael edited this page Jun 20, 2021 · 10 revisions

Triggered when your progress is reported.

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.combat} - The percentage progress of the commander's combat rating

  • {event.cqc} - The percentage progress of the commander's CQC rating

  • {event.empire} - The percentage progress of the commander's empire rating

  • {event.exobiologist} - The percentage progress of the commander's exobiologist rating

  • {event.exploration} - The percentage progress of the commander's exploration rating

  • {event.federation} - The percentage progress of the commander's federation rating

  • {event.mercenary} - The percentage progress of the commander's mercenary rating

  • {event.trade} - The percentage progress of the commander's trade rating

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

The following VoiceAttack variables are available for this event:

  • {DEC:EDDI commander progress combat} - The percentage progress of the commander's combat rating

  • {DEC:EDDI commander progress cqc} - The percentage progress of the commander's CQC rating

  • {DEC:EDDI commander progress empire} - The percentage progress of the commander's empire rating

  • {DEC:EDDI commander progress exobiologist} - The percentage progress of the commander's exobiologist rating

  • {DEC:EDDI commander progress exploration} - The percentage progress of the commander's exploration rating

  • {DEC:EDDI commander progress federation} - The percentage progress of the commander's federation rating

  • {DEC:EDDI commander progress mercenary} - The percentage progress of the commander's mercenary rating

  • {DEC:EDDI commander progress trade} - The percentage progress of the commander's trade rating

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

Clone this wiki locally