Skip to content

Module arrived event

T'kael edited this page May 25, 2018 · 8 revisions

Triggered when your transferred module is arriving at its destination. 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

  • ship The ship you were in when you requested the transfer

  • shipid The ID of the ship you were in when you requested the transfer

  • module The module (object) being transferred

  • transfercost The cost for the module transfer

  • transfertime The time elapsed during the transfer (in seconds)

  • system The system at which the module shall arrive

  • station The station at which the module shall arrive

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

  • {TXT:EDDI module arrived ship} The ship you were in when you requested the transfer
  • {INT:EDDI module arrived shipid} The ID of the ship you were in when you requested the transfer
  • {TXT:EDDI module arrived station} The station at which the module shall arrive
  • {TXT:EDDI module arrived system} The system at which the module shall arrive
  • {DEC:EDDI module arrived transfercost} The cost for the module transfer
  • {DEC:EDDI module arrived transfertime} The time elapsed during the transfer (in seconds)
Clone this wiki locally