-
Notifications
You must be signed in to change notification settings - Fork 82
Liftoff event
Tkael edited this page Dec 28, 2020
·
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
-
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 -
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
-
{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 -
{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
For more details on VoiceAttack integration, see https://github.com/EDCD/EDDI/wiki/VoiceAttack-Integration.