-
Notifications
You must be signed in to change notification settings - Fork 84
Ship refuelled event
Tkael edited this page Dec 28, 2020
·
10 revisions
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
-
source
The source of the fuel (Market or Scoop) -
price
The price of refuelling (only available if the source is Market) -
amount
The amount of fuel obtained -
total
The new fuel level (only available if the source is Scoop) -
full
Whether this is a full refuel
To respond to this event in VoiceAttack, create a command entitled ((EDDI ship refuelled)). The event information can be accessed using the following VoiceAttack variables
-
{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.