- 
                Notifications
    
You must be signed in to change notification settings  - Fork 89
 
Engineer progressed event
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:
- 
{event.engineer} - The name of the engineer with whom you have progressed (not written at startup)
 - 
{event.progresstype} - The type of progress that is applicable (Rank/Stage) (not written at startup)
 - 
{event.rank} - The rank of your relationship with the engineer (not written at startup)
 - 
{event.stage} - The current stage of your relations with the engineer (Invited/Known/Unlocked/Barred) (not written at startup)
 
To respond to this event in VoiceAttack, create a command entitled ((EDDI engineer progressed)). VoiceAttack variables will be generated to allow you to access the event information.
The following VoiceAttack variables are available for this event:
- 
{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.