Skip to content

Module arrived event

T'kael edited this page Nov 23, 2017 · 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 you were in when you requested the transfer

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

When using this event in VoiceAttack the information about this event is available as follows

  • {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 you were in when you requested the transfer
  • {TXT:EDDI module arrived system} The system you were in when you requested the transfer
  • {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