Skip to content

Power preparation vote cast event

Tkael edited this page Jun 20, 2021 · 9 revisions

Triggered when a commander votes for system preparation.

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.amount} - The number of votes cast for the system

  • {event.power} - The name of the power for which the commander is voting

  • {event.system} - The name of the system for which the commander voted (might be missing due to journal bug)

To respond to this event in VoiceAttack, create a command entitled ((EDDI power preparation vote cast)). 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 preparation vote cast amount} - The number of votes cast for the system

  • {TXT:EDDI power preparation vote cast power} - The name of the power for which the commander is voting

  • {TXT:EDDI power preparation vote cast system} - The name of the system for which the commander voted (might be missing due to journal bug)

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

Clone this wiki locally