Skip to content

Engineer contributed event

Tkael edited this page Nov 25, 2022 · 4 revisions

Triggered when contributing resources to an engineer in exchange for access.

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 amount contributed

  • {event.category} - The category of the resource contributed

  • {event.contribution} - The resource contributed

  • {event.contributiontype} - The type of contribution (Commodity, Materials)

  • {event.engineer} - The name of the engineer with whom you have progressed

  • {event.total} - The current total contribution made to that engineer

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

The following VoiceAttack variables are available for this event:

  • {INT:EDDI engineer contributed amount} - The amount contributed

  • {TXT:EDDI engineer contributed category} - The category of the resource contributed

  • {TXT:EDDI engineer contributed contribution} - The resource contributed

  • {TXT:EDDI engineer contributed contributiontype} - The type of contribution (Commodity, Materials)

  • {TXT:EDDI engineer contributed engineer} - The name of the engineer with whom you have progressed

  • {INT:EDDI engineer contributed total} - The current total contribution made to that engineer

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

Clone this wiki locally