-
Notifications
You must be signed in to change notification settings - Fork 81
Entered supercruise event
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:
-
{event.multicrew} - True if the ship is belongs to another player
-
{event.system} - The system at which the commander has entered supercruise
-
{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 entered supercruise)). VoiceAttack variables will be generated to allow you to access the event information.
The following VoiceAttack variables are available for this event:
-
{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 a transport (e.g. taxi or dropship)
For more details on VoiceAttack integration, see https://github.com/EDCD/EDDI/wiki/VoiceAttack-Integration.