-
Notifications
You must be signed in to change notification settings - Fork 84
Commander progress event
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
-
combat
The percentage progress of the commander's combat rating -
trade
The percentage progress of the commander's trade rating -
exploration
The percentage progress of the commander's exploration rating -
cqc
The percentage progress of the commander's CQC rating -
empire
The percentage progress of the commander's empire rating -
federation
The percentage progress of the commander's federation rating
To respond to this event in VoiceAttack, create a command entitled ((EDDI commander progress)). The event information can be accessed using the following VoiceAttack variables
-
{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 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 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.