Skip to content

Ship arrived event

Tkael edited this page Jun 20, 2021 · 8 revisions

Triggered when you complete a ship transfer.

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.distance} - The distance that the transferred ship travelled, in light years

  • {event.phoneticname} - The phonetic name of the ship that was transferred

  • {event.price} - The price of transferring the ship

  • {event.ship} - The (invariant) ship model that was transferred

  • {event.shipid} - The ID of the ship that was transferred

  • {event.station} - The station at which the ship shall arrive

  • {event.system} - The system at which the ship shall arrive

  • {event.time} - The time elapsed during the transfer (in seconds)

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

The following VoiceAttack variables are available for this event:

  • {DEC:EDDI ship arrived distance} - The distance that the transferred ship travelled, in light years

  • {TXT:EDDI ship arrived phoneticname} - The phonetic name of the ship that was transferred

  • {DEC:EDDI ship arrived price} - The price of transferring the ship

  • {TXT:EDDI ship arrived ship} - The (invariant) ship model that was transferred

  • {INT:EDDI ship arrived shipid} - The ID of the ship that was transferred

  • {TXT:EDDI ship arrived station} - The station at which the ship shall arrive

  • {TXT:EDDI ship arrived system} - The system at which the ship shall arrive

  • {DEC:EDDI ship arrived time} - The time elapsed during the transfer (in seconds)

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

Clone this wiki locally