-
Notifications
You must be signed in to change notification settings - Fork 85
Power rank event
Triggered when you are awarded a new rank by your pledged Powerplay power.
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.power} - The name of the powerplay power to whom the commander is pledged
-
{event.rank} - The new rank you have been awarded
To respond to this event in VoiceAttack, create a command entitled ((EDDI power rank)). VoiceAttack variables will be generated to allow you to access the event information.
The following VoiceAttack variables are available for this event:
-
{INT:EDDI power rank} - The new rank you have been awarded
-
{TXT:EDDI power rank power} - The name of the powerplay power to whom the commander is pledged
For more details on VoiceAttack integration, see https://github.com/EDCD/EDDI/wiki/VoiceAttack-Integration.