Skip to content

Module purchased to storage event

T'kael edited this page Sep 17, 2025 · 1 revision

Triggered when you purchase and store a module without installing it on your ship.

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.buymodule} - The module (object) purchased

  • {event.buymodule.ammoinclip}

  • {event.buymodule.ammoinhopper}

  • {event.buymodule.class}

  • {event.buymodule.clipcapacity}

  • {event.buymodule.enabled}

  • {event.buymodule.engineerlevel}

  • {event.buymodule.engineerquality}

  • {event.buymodule.grade}

  • {event.buymodule.health}

  • {event.buymodule.hoppercapacity}

  • {event.buymodule.hot}

  • {event.buymodule.invariantName}

  • {event.buymodule.modification}

  • {event.buymodule.modified}

  • {event.buymodule.mount}

  • {event.buymodule.name}

  • {event.buymodule.position}

  • {event.buymodule.power}

  • {event.buymodule.price}

  • {event.buymodule.priority}

  • {event.buymodule.value}

  • {event.buyprice} - The price of the module being purchased

To respond to this event in VoiceAttack, create a command entitled ((EDDI module purchased to storage)). 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 purchased to storage buymodule ammoinclip}

  • {INT:EDDI module purchased to storage buymodule ammoinhopper}

  • {INT:EDDI module purchased to storage buymodule class}

  • {INT:EDDI module purchased to storage buymodule clipcapacity}

  • {BOOL:EDDI module purchased to storage buymodule enabled}

  • {INT:EDDI module purchased to storage buymodule engineerlevel}

  • {DEC:EDDI module purchased to storage buymodule engineerquality}

  • {TXT:EDDI module purchased to storage buymodule grade}

  • {DEC:EDDI module purchased to storage buymodule health}

  • {INT:EDDI module purchased to storage buymodule hoppercapacity}

  • {BOOL:EDDI module purchased to storage buymodule hot}

  • {TXT:EDDI module purchased to storage buymodule invariant name}

  • {TXT:EDDI module purchased to storage buymodule modification}

  • {BOOL:EDDI module purchased to storage buymodule modified}

  • {TXT:EDDI module purchased to storage buymodule mount}

  • {TXT:EDDI module purchased to storage buymodule name}

  • {INT:EDDI module purchased to storage buymodule position}

  • {DEC:EDDI module purchased to storage buymodule power}

  • {DEC:EDDI module purchased to storage buymodule price}

  • {INT:EDDI module purchased to storage buymodule priority}

  • {DEC:EDDI module purchased to storage buymodule value}

  • {DEC:EDDI module purchased to storage buyprice} - The price of the module being purchased

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

Clone this wiki locally