Skip to content

Carrier fuel deposit event

Tkael edited this page Nov 25, 2022 · 1 revision

Triggered when depositing fuel at your fleet carrier.

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.amount} - The amount of tritium fuel added to your fleet carrier

  • {event.total} - The total tritium fuel in your fleet carrier's fuel tank

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

The following VoiceAttack variables are available for this event:

  • {INT:EDDI carrier fuel deposit amount} - The amount of tritium fuel added to your fleet carrier

  • {INT:EDDI carrier fuel deposit total} - The total tritium fuel in your fleet carrier's fuel tank

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

Clone this wiki locally