-
Notifications
You must be signed in to change notification settings - Fork 82
Embark event
Triggered when you transition from on foot to a ship or SRV.
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 which the commander is embarking (if any)
-
{event.onplanet} - True if embarking from a planet
-
{event.onstation} - True if embarking from a station
-
{event.station} - The name of the station from which the commander is embarking (if any)
-
{event.stationtype} - The type of station from which the commander is embarking (if any)
-
{event.systemname} - The name of the star system in which the commander is embarking
-
{event.tomulticrew} - True if embarking to another player's ship
-
{event.toship} - True if embarking to your own ship
-
{event.tosrv} - True if embarking to an SRV
-
{event.totransport} - True if embarking to a transport ship (e.g. taxi or dropship)
To respond to this event in VoiceAttack, create a command entitled ((EDDI embark)). VoiceAttack variables will be generated to allow you to access the event information.
The following VoiceAttack variables are available for this event:
-
{TXT:EDDI embark bodyname} - The name of the body from which the commander is embarking (if any)
-
{BOOL:EDDI embark onplanet} - True if embarking from a planet
-
{BOOL:EDDI embark onstation} - True if embarking from a station
-
{TXT:EDDI embark station} - The name of the station from which the commander is embarking (if any)
-
{TXT:EDDI embark stationtype} - The type of station from which the commander is embarking (if any)
-
{TXT:EDDI embark systemname} - The name of the star system in which the commander is embarking
-
{BOOL:EDDI embark tomulticrew} - True if embarking to another player's ship
-
{BOOL:EDDI embark toship} - True if embarking to your own ship
-
{BOOL:EDDI embark tosrv} - True if embarking to an SRV
-
{BOOL:EDDI embark totransport} - True if embarking to a transport ship (e.g. taxi or dropship)
For more details on VoiceAttack integration, see https://github.com/EDCD/EDDI/wiki/VoiceAttack-Integration.