Skip to content

Liftoff event

T'kael edited this page May 19, 2021 · 11 revisions

Triggered when your ship lifts off from a planet's 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

  • starsystem The name of the star system from where the ship has lifted off

  • bodyname The name of the body from where the ship has lifted off

  • longitude The longitude from where the ship has lifted off

  • latitude The latitude from where the ship has lifted off

  • playercontrolled True if the ship is controlled by the player

  • taxi True if the ship is an Apex taxi

  • multicrew True if the ship is belongs to another player

  • nearestdestination The nearest location from where the ship has lifted off

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

  • {TXT:EDDI liftoff bodyname} The name of the body from where the ship has lifted off
  • {DEC:EDDI liftoff latitude} The latitude from where the ship has lifted off
  • {DEC:EDDI liftoff longitude} The longitude from where the ship has lifted off
  • {BOOL:EDDI liftoff multicrew} True if the ship is belongs to another player
  • {TXT:EDDI liftoff nearestdestination} The nearest location from where the ship has lifted off
  • {BOOL:EDDI liftoff playercontrolled} True if the ship is controlled by the player
  • {BOOL:EDDI liftoff taxi} True if the ship is an Apex taxi

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

Clone this wiki locally