Skip to content

Holoscreen hacked event

T'kael edited this page Mar 10, 2025 · 1 revision

Triggered when you hack a power's holoscreen..

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.after} - The powerplay power displayed after the hack, as a localized string

  • {event.before} - The powerplay power displayed before the hack, as a localized string

  • {event.powerAfter} - The powerplay power displayed after the hack, as an object

  • {event.powerAfter.invariantName}

  • {event.powerAfter.name}

  • {event.powerBefore} - The powerplay power displayed before the hack, as an object

  • {event.powerBefore.invariantName}

  • {event.powerBefore.name}

To respond to this event in VoiceAttack, create a command entitled ((EDDI holoscreen hacked)). VoiceAttack variables will be generated to allow you to access the event information.

The following VoiceAttack variables are available for this event:

  • {TXT:EDDI holoscreen hacked after} - The powerplay power displayed after the hack, as a localized string

  • {TXT:EDDI holoscreen hacked before} - The powerplay power displayed before the hack, as a localized string

  • {TXT:EDDI holoscreen hacked power after invariant name}

  • {TXT:EDDI holoscreen hacked power after name}

  • {TXT:EDDI holoscreen hacked power before invariant name}

  • {TXT:EDDI holoscreen hacked power before name}

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

Clone this wiki locally