Skip to content

Entered signal source event

Richard Buckle edited this page Nov 9, 2018 · 10 revisions

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

  • source The type of the signal source

  • threat The threat level of the signal source (0-4)

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

  • {TXT:EDDI entered signal source source} The type of the signal source
  • {INT:EDDI entered signal source threat} The threat level of the signal source (0-4)
Clone this wiki locally