Skip to content

Carrier cooldown event

Richard Buckle edited this page May 24, 2020 · 4 revisions

Triggered when you were docked at a fleet carrier during a jump and it completes its cooldown. 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

  • systemname The name of the system in which the carrier is located

  • bodyname The nearest body to the carrier, if any

  • bodytype The type of the body nearest to the carrier, if any (Star, Planet. etc.)

  • shortname The short name of the nearest body, if any

  • carriername The name of the carrier

To respond to this event in VoiceAttack, create a command entitled ((EDDI carrier cooldown)). The event information can be accessed using the following VoiceAttack variables

  • {TXT:EDDI carrier cooldown bodyname} The nearest body to the carrier, if any
  • {TXT:EDDI carrier cooldown bodytype} The type of the body nearest to the carrier, if any (Star, Planet. etc.)
  • {TXT:EDDI carrier cooldown carriername} The name of the carrier
  • {TXT:EDDI carrier cooldown shortname} The short name of the nearest body, if any
  • {TXT:EDDI carrier cooldown systemname} The name of the system in which the carrier is located
Clone this wiki locally