Skip to content

Ship transfer initiated event

Tkael edited this page Jun 20, 2021 · 11 revisions

Triggered when you initiate 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 needs to travel, in light years

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

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

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

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

  • {event.system} - The system from which the ship is being transferred

  • {event.time} - The time in seconds to complete transferring the ship

To respond to this event in VoiceAttack, create a command entitled ((EDDI ship transfer initiated)). 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 transfer initiated distance} - The distance that the transferred ship needs to travel, in light years

  • {TXT:EDDI ship transfer initiated phoneticname} - The phonetic name of the ship that is being transferred

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

  • {TXT:EDDI ship transfer initiated ship} - The (invariant) ship model that is being transferred

  • {INT:EDDI ship transfer initiated shipid} - The ID of the ship that is being transferred

  • {TXT:EDDI ship transfer initiated system} - The system from which the ship is being transferred

  • {DEC:EDDI ship transfer initiated time} - The time in seconds to complete transferring the ship

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

Clone this wiki locally