Skip to content

Engineer progressed event

Richard Buckle edited this page Dec 11, 2018 · 11 revisions

Triggered 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

  • rank The rank of your relationship with the engineer

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

  • rankprogress The percentage towards your next rank with the engineer

  • progresstype The type of progress that is applicable (Rank/Stage)

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
  • {TXT:EDDI engineer progressed progresstype} The type of progress that is applicable (Rank/Stage)
  • {INT:EDDI engineer progressed rank} The rank of your relationship with the engineer
  • {INT:EDDI engineer progressed rankprogress} The percentage towards your next rank with the engineer
  • {TXT:EDDI engineer progressed stage} The current stage of your relations with the engineer (Invited/Known/Unlocked/Barred)
Clone this wiki locally