Skip to content

Disembark event

Tkael edited this page Jun 20, 2021 · 3 revisions

Triggered when you transition from a ship or SRV to on foot.

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 where the commander is disembarking (if any)

  • {event.frommulticrew} - True if disembarking from another player's ship

  • {event.fromship} - True if disembarking from your own ship

  • {event.fromsrv} - True if disembarking from an SRV

  • {event.fromtransport} - True if disembarking from a transport ship (e.g. taxi or dropship)

  • {event.onplanet} - True if disembarking to a planet

  • {event.onstation} - True if disembarking to a station

  • {event.station} - The name of the station where the commander is disembarking (if any)

  • {event.stationtype} - The type of station where the commander is disembarking (if any)

  • {event.systemname} - The name of the star system where the commander is disembarking

To respond to this event in VoiceAttack, create a command entitled ((EDDI disembark)). VoiceAttack variables will be generated to allow you to access the event information.

The following VoiceAttack variables are available for this event:

  • {TXT:EDDI disembark bodyname} - The name of the body where the commander is disembarking (if any)

  • {BOOL:EDDI disembark frommulticrew} - True if disembarking from another player's ship

  • {BOOL:EDDI disembark fromship} - True if disembarking from your own ship

  • {BOOL:EDDI disembark fromsrv} - True if disembarking from an SRV

  • {BOOL:EDDI disembark fromtransport} - True if disembarking from a transport ship (e.g. taxi or dropship)

  • {BOOL:EDDI disembark onplanet} - True if disembarking to a planet

  • {BOOL:EDDI disembark onstation} - True if disembarking to a station

  • {TXT:EDDI disembark station} - The name of the station where the commander is disembarking (if any)

  • {TXT:EDDI disembark stationtype} - The type of station where the commander is disembarking (if any)

  • {TXT:EDDI disembark systemname} - The name of the star system where the commander is disembarking

For more details on VoiceAttack integration, see https://github.com/EDCD/EDDI/wiki/VoiceAttack-Integration.

Clone this wiki locally