-
Notifications
You must be signed in to change notification settings - Fork 84
Commander promotion event
Tkael edited this page May 22, 2021
·
2 revisions
Triggered when one of your commander ranks increases.
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
-
rank_type
The type of rank being promoted -
rank
The commander's new rank -
rank_invariant
The commander's new invariant rank
To respond to this event in VoiceAttack, create a command entitled ((EDDI commander promotion)). The event information can be accessed using the following VoiceAttack variables
-
{TXT:EDDI commander promotion rank}
The commander's new rank -
{TXT:EDDI commander promotion rank_invariant}
The commander's new invariant rank -
{TXT:EDDI commander promotion rank_type}
The type of rank being promoted
For more details on VoiceAttack integration, see https://github.com/EDCD/EDDI/wiki/VoiceAttack-Integration.