-
Notifications
You must be signed in to change notification settings - Fork 82
Powerplay event
Triggered periodically when pledged to a 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.merits} - Your merits with the power
-
{event.power} - The name of the power to whom you are pledged
-
{event.rank} - Your rank with the power
-
{event.timepledgeddays} - The amount of time that you've been pledged, in days
-
{event.timepledgedweeks} - The amount of time that you've been pledged, in weeks
-
{event.votes} - Your votes with the power
To respond to this event in VoiceAttack, create a command entitled ((EDDI powerplay)). VoiceAttack variables will be generated to allow you to access the event information.
The following VoiceAttack variables are available for this event:
-
{INT:EDDI powerplay merits} - Your merits with the power
-
{TXT:EDDI powerplay power} - The name of the power to whom you are pledged
-
{INT:EDDI powerplay rank} - Your rank with the power
-
{INT:EDDI powerplay timepledgeddays} - The amount of time that you've been pledged, in days
-
{DEC:EDDI powerplay timepledgedweeks} - The amount of time that you've been pledged, in weeks
-
{INT:EDDI powerplay votes} - Your votes with the power
For more details on VoiceAttack integration, see https://github.com/EDCD/EDDI/wiki/VoiceAttack-Integration.