-
Notifications
You must be signed in to change notification settings - Fork 82
Carrier purchased event
Triggered when you purchase a 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.callsign} - The callsign (alphanumeric designation) of the carrier
-
{event.price} - The purchase price of the carrier
-
{event.systemname} - The name of the system in which the carrier is located after purchase
To respond to this event in VoiceAttack, create a command entitled ((EDDI carrier purchased)). VoiceAttack variables will be generated to allow you to access the event information.
The following VoiceAttack variables are available for this event:
-
{TXT:EDDI carrier purchased callsign} - The callsign (alphanumeric designation) of the carrier
-
{DEC:EDDI carrier purchased price} - The purchase price of the carrier
-
{TXT:EDDI carrier purchased systemname} - The name of the system in which the carrier is located after purchase
For more details on VoiceAttack integration, see https://github.com/EDCD/EDDI/wiki/VoiceAttack-Integration.