Skip to content

Module arrived event

T'kael edited this page Jun 9, 2024 · 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:

  • {event.module} - The module (object) being transferred

  • {event.module.ammoinclip}

  • {event.module.ammoinhopper}

  • {event.module.class}

  • {event.module.clipcapacity}

  • {event.module.enabled}

  • {event.module.engineerlevel}

  • {event.module.engineerquality}

  • {event.module.grade}

  • {event.module.health}

  • {event.module.hoppercapacity}

  • {event.module.hot}

  • {event.module.invariantName}

  • {event.module.modification}

  • {event.module.modified}

  • {event.module.mount}

  • {event.module.name}

  • {event.module.position}

  • {event.module.power}

  • {event.module.price}

  • {event.module.priority}

  • {event.module.value}

  • {event.ship} - The ship you were in when you requested the transfer

  • {event.shipid} - The ID of the ship you were in when you requested the transfer

  • {event.station} - The station at which the module shall arrive

  • {event.system} - The system at which the module shall arrive

  • {event.transfercost} - The cost for the module transfer

  • {event.transfertime} - The time elapsed during the transfer (in seconds)

To respond to this event in VoiceAttack, create a command entitled ((EDDI module arrived)). VoiceAttack variables will be generated to allow you to access the event information.

The following VoiceAttack variables are available for this event:

  • {INT:EDDI module arrived module ammoinclip}

  • {INT:EDDI module arrived module ammoinhopper}

  • {INT:EDDI module arrived module class}

  • {INT:EDDI module arrived module clipcapacity}

  • {BOOL:EDDI module arrived module enabled}

  • {INT:EDDI module arrived module engineerlevel}

  • {DEC:EDDI module arrived module engineerquality}

  • {TXT:EDDI module arrived module grade}

  • {DEC:EDDI module arrived module health}

  • {INT:EDDI module arrived module hoppercapacity}

  • {BOOL:EDDI module arrived module hot}

  • {TXT:EDDI module arrived module invariant name}

  • {TXT:EDDI module arrived module modification}

  • {BOOL:EDDI module arrived module modified}

  • {TXT:EDDI module arrived module mount}

  • {TXT:EDDI module arrived module name}

  • {INT:EDDI module arrived module position}

  • {DEC:EDDI module arrived module power}

  • {DEC:EDDI module arrived module price}

  • {INT:EDDI module arrived module priority}

  • {DEC:EDDI module arrived module value}

  • {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)

For more details on VoiceAttack integration, see https://github.com/EDCD/EDDI/wiki/VoiceAttack-Integration.

Clone this wiki locally