Skip to content

Power preparation vote cast event

Tkael edited this page Dec 28, 2020 · 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

  • power The name of the power for which the commander is voting

  • system The name of the system for which the commander voted (might be missing due to journal bug)

  • amount The number of votes cast for the system

To respond to this event in VoiceAttack, create a command entitled ((EDDI power preparation vote cast)). The event information can be accessed using the following VoiceAttack variables

  • {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