-
Notifications
You must be signed in to change notification settings - Fork 82
Carrier fuel deposit event
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.