-
Notifications
You must be signed in to change notification settings - Fork 82
Entered supercruise event
T'kael edited this page May 19, 2021
·
10 revisions
Triggered when your ship enters supercruise.
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
-
system
The system at which the commander has entered supercruise -
taxi
True if the ship is an Apex taxi -
multicrew
True if the ship is belongs to another player
To respond to this event in VoiceAttack, create a command entitled ((EDDI entered supercruise)). The event information can be accessed using the following VoiceAttack variables
-
{BOOL:EDDI entered supercruise multicrew}
True if the ship is belongs to another player -
{TXT:EDDI entered supercruise system}
The system at which the commander has entered supercruise -
{BOOL:EDDI entered supercruise taxi}
True if the ship is an Apex taxi
For more details on VoiceAttack integration, see https://github.com/EDCD/EDDI/wiki/VoiceAttack-Integration.