Commander continued event - EDCD/EDDI GitHub Wiki

Triggered when you continue an existing game.

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.commander} - The commander's name

  • {event.credits} - The number of credits the commander has

  • {event.fuel} - The current fuel level of the commander's vehicle

  • {event.fuelcapacity} - The total fuel capacity of the commander's vehicle

  • {event.group} - The name of the group (only if mode == Group)

  • {event.horizons} - The game version includes the 'Horizons' DLC

  • {event.loan} - The current loan the commander has

  • {event.mode} - The game mode (Open, Group or Solo)

  • {event.odyssey} - The game version includes the 'Odyssey' DLC

  • {event.ship} - The commander's ship

  • {event.shipid} - The ID of the commander's ship

  • {event.startdead} - True if the commander is starting dead / at the rebuy screen

  • {event.startlanded} - True if the commander is starting landed

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

The following VoiceAttack variables are available for this event:

  • {TXT:EDDI commander continued commander} - The commander's name

  • {DEC:EDDI commander continued credits} - The number of credits the commander has

  • {DEC:EDDI commander continued fuel} - The current fuel level of the commander's vehicle

  • {DEC:EDDI commander continued fuelcapacity} - The total fuel capacity of the commander's vehicle

  • {TXT:EDDI commander continued group} - The name of the group (only if mode == Group)

  • {BOOL:EDDI commander continued horizons} - The game version includes the 'Horizons' DLC

  • {DEC:EDDI commander continued loan} - The current loan the commander has

  • {TXT:EDDI commander continued mode} - The game mode (Open, Group or Solo)

  • {BOOL:EDDI commander continued odyssey} - The game version includes the 'Odyssey' DLC

  • {TXT:EDDI commander continued ship} - The commander's ship

  • {DEC:EDDI commander continued shipid} - The ID of the commander's ship

  • {BOOL:EDDI commander continued startdead} - True if the commander is starting dead / at the rebuy screen

  • {BOOL:EDDI commander continued startlanded} - True if the commander is starting landed

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

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