Skip to content

Module transfer event

Tkael edited this page Sep 23, 2017 · 8 revisions

Triggered when you transfer a module from storage at another station. 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 are in when you request the transfer

  • shipid The ID of the ship you are in when you request the transfer

  • module The module (object) being transferred

  • transfercost The cost for the module transfer

  • transfertime The time until the module arrives (in seconds)

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

  • {TXT:EDDI module transfer ship} The ship you are in when you request the transfer
  • {INT:EDDI module transfer shipid} The ID of the ship you are in when you request the transfer
  • {DEC:EDDI module transfer transfercost} The cost for the module transfer
  • {DEC:EDDI module transfer transfertime} The time until the module arrives (in seconds)
Clone this wiki locally