Skip to content

Commander reputation event

Tkael edited this page Jun 20, 2021 · 3 revisions

Triggered when your reputation 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.alliance} - The percentage progress of the commander's alliance superpower reputation

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

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

  • {event.independent} - The percentage progress of the commander's independent faction reputation

To respond to this event in VoiceAttack, create a command entitled ((EDDI commander reputation)). 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 reputation alliance} - The percentage progress of the commander's alliance superpower reputation

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

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

  • {DEC:EDDI commander reputation independent} - The percentage progress of the commander's independent faction reputation

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

Clone this wiki locally