-
Notifications
You must be signed in to change notification settings - Fork 82
Liftoff event
T'kael edited this page May 25, 2018
·
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
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 -
{BOOL:EDDI liftoff playercontrolled}
True if the ship is controlled by the player