-
Notifications
You must be signed in to change notification settings - Fork 82
Entered signal source event
Triggered when your ship enters a signal source.
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.localizedsource} - The type of the signal source (in your local language)
-
{event.source} - The type of the signal source
-
{event.threat} - The threat level of the signal source (0 is lowest)
To respond to this event in VoiceAttack, create a command entitled ((EDDI entered signal source)). VoiceAttack variables will be generated to allow you to access the event information.
The following VoiceAttack variables are available for this event:
-
{TXT:EDDI entered signal source} - The type of the signal source
-
{TXT:EDDI entered signal source localizedsource} - The type of the signal source (in your local language)
-
{INT:EDDI entered signal source threat} - The threat level of the signal source (0 is lowest)
For more details on VoiceAttack integration, see https://github.com/EDCD/EDDI/wiki/VoiceAttack-Integration.