Skip to content

Carrier decommission scheduled event

Tkael edited this page Nov 25, 2022 · 1 revision

Triggered when you request the decommissioning of 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.days} - The days component of the time remaining before the fleet carrier is decommissioned

  • {event.hours} - The hours component of the time remaining before the fleet carrier is decommissioned

  • {event.minutes} - The minutes component of the time remaining before the fleet carrier is decommissioned

  • {event.refund} - The amount which will be refunded to you when the fleet carrier is decommissioned

  • {event.totalDays} - The total days until the fleet carrier is decommissioned, expressed as a decimal

To respond to this event in VoiceAttack, create a command entitled ((EDDI carrier decommission scheduled)). 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 decommission scheduled days} - The days component of the time remaining before the fleet carrier is decommissioned

  • {INT:EDDI carrier decommission scheduled hours} - The hours component of the time remaining before the fleet carrier is decommissioned

  • {INT:EDDI carrier decommission scheduled minutes} - The minutes component of the time remaining before the fleet carrier is decommissioned

  • {DEC:EDDI carrier decommission scheduled refund} - The amount which will be refunded to you when the fleet carrier is decommissioned

  • {DEC:EDDI carrier decommission scheduled total days} - The total days until the fleet carrier is decommissioned, expressed as a decimal

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

Clone this wiki locally