-
Notifications
You must be signed in to change notification settings - Fork 82
System scan complete event
Triggered after having identified all bodies in the system.
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.count} - The count of bodies from the scanned system
-
{event.systemname} - The name of the scanned system
To respond to this event in VoiceAttack, create a command entitled ((EDDI system scan complete)). VoiceAttack variables will be generated to allow you to access the event information.
The following VoiceAttack variables are available for this event:
-
{INT:EDDI system scan complete count} - The count of bodies from the scanned system
-
{TXT:EDDI system scan complete systemname} - The name of the scanned system
For more details on VoiceAttack integration, see https://github.com/EDCD/EDDI/wiki/VoiceAttack-Integration.