-
Notifications
You must be signed in to change notification settings - Fork 82
Liftoff event
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:
-
{event.bodyname} - The name of the body from where the ship has lifted off
-
{event.latitude} - The latitude from where the ship has lifted off
-
{event.longitude} - The longitude from where the ship has lifted off
-
{event.multicrew} - True if the ship is belongs to another player
-
{event.nearestdestination} - The nearest location from where the ship has lifted off
-
{event.playercontrolled} - True if the ship is controlled by the player
-
{event.systemname} - The name of the star system from where the ship has lifted off
-
{event.taxi} - True if the ship is a transport (e.g. taxi or dropship)
To respond to this event in VoiceAttack, create a command entitled ((EDDI liftoff)). VoiceAttack variables will be generated to allow you to access the event information.
The following VoiceAttack variables are available for this event:
-
{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
-
{TXT:EDDI liftoff systemname} - The name of the star system from where the ship has lifted off
-
{BOOL:EDDI liftoff taxi} - True if the ship is a transport (e.g. taxi or dropship)
For more details on VoiceAttack integration, see https://github.com/EDCD/EDDI/wiki/VoiceAttack-Integration.