Skip to content

Near surface event

Tkael edited this page Dec 28, 2020 · 8 revisions

Triggered when you enter or depart the gravity well around a surface. 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

  • approaching_surface A boolean value. True if you are entering the gravity well and and false if you are leaving

  • systemname The name of the starsystem

  • bodyname The name of the body

  • shortname The short name of the body, less the system name

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

  • {BOOL:EDDI near surface approaching_surface} A boolean value. True if you are entering the gravity well and and false if you are leaving
  • {TXT:EDDI near surface bodyname} The name of the body
  • {TXT:EDDI near surface shortname} The short name of the body, less the system name
  • {TXT:EDDI near surface systemname} The name of the starsystem

For more details on VoiceAttack integration, see https://github.com/EDCD/EDDI/wiki/VoiceAttack-Integration.

Clone this wiki locally