Skip to content

Disembark event

T'kael edited this page May 19, 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

  • frommulticrew True if disembarking from another player's ship

  • fromship True if disembarking from your own ship

  • fromsrv True if disembarking from an SRV

  • fromtaxi True if disembarking from a taxi transport ship

  • systemname The name of the star system where the commander is disembarking

  • bodyname The name of the body where the commander is disembarking (if any)

  • station The name of the station where the commander is disembarking (if any)

  • stationtype The type of station where the commander is disembarking (if any)

  • onstation True if disembarking to a station

  • onplanet True if disembarking to a planet

To respond to this event in VoiceAttack, create a command entitled ((EDDI disembark)). The event information can be accessed using the following VoiceAttack variables

  • {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 fromtaxi} True if disembarking from a taxi transport ship
  • {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