Glide event - EDCD/EDDI GitHub Wiki

Triggered when your ship enters or exits glide.

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.bodyname} - The nearest body to the commander

  • {event.bodytype} - The type of the nearest body to the commander

  • {event.gliding} - The glide status (either true or false, true if entering a glide)

  • {event.systemname} - The system at which the commander is currently located

To respond to this event in VoiceAttack, create a command entitled ((EDDI glide)). VoiceAttack variables will be generated to allow you to access the event information.

The following VoiceAttack variables are available for this event:

  • {TXT:EDDI glide bodyname} - The nearest body to the commander

  • {TXT:EDDI glide bodytype} - The type of the nearest body to the commander

  • {BOOL:EDDI glide gliding} - The glide status (either true or false, true if entering a glide)

  • {TXT:EDDI glide systemname} - The system at which the commander is currently located

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

⚠️ **GitHub.com Fallback** ⚠️