Skip to content

Engineer progressed event

Tkael edited this page Dec 28, 2020 · 11 revisions

Triggered at startup and when you reach a new rank with an engineer. 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

  • engineer The name of the engineer with whom you have progressed (not written at startup)

  • rank The rank of your relationship with the engineer (not written at startup)

  • stage The current stage of your relations with the engineer (Invited/Known/Unlocked/Barred) (not written at startup)

  • progresstype The type of progress that is applicable (Rank/Stage) (not written at startup)

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

  • {TXT:EDDI engineer progressed engineer} The name of the engineer with whom you have progressed (not written at startup)
  • {TXT:EDDI engineer progressed progresstype} The type of progress that is applicable (Rank/Stage) (not written at startup)
  • {INT:EDDI engineer progressed rank} The rank of your relationship with the engineer (not written at startup)
  • {TXT:EDDI engineer progressed stage} The current stage of your relations with the engineer (Invited/Known/Unlocked/Barred) (not written at startup)

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

Clone this wiki locally