Ship refuelled event - EDCD/EDDI GitHub Wiki

Triggered when you refuel your ship.

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 fuel obtained

  • {event.full} - Whether this is a full refuel

  • {event.price} - The price of refuelling (only available if the source is Market)

  • {event.source} - The source of the fuel (Market or Scoop)

  • {event.total} - The new fuel level (only available if the source is Scoop)

To respond to this event in VoiceAttack, create a command entitled ((EDDI ship refuelled)). 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 refuelled amount} - The amount of fuel obtained

  • {BOOL:EDDI ship refuelled full} - Whether this is a full refuel

  • {DEC:EDDI ship refuelled price} - The price of refuelling (only available if the source is Market)

  • {TXT:EDDI ship refuelled source} - The source of the fuel (Market or Scoop)

  • {DEC:EDDI ship refuelled total} - The new fuel level (only available if the source is Scoop)

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

⚠️ **GitHub.com Fallback** ⚠️