-
Notifications
You must be signed in to change notification settings - Fork 84
Module sold event
Tkael edited this page Dec 28, 2020
·
9 revisions
Triggered when selling a module to outfitting.
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 from which the module was sold -
shipid
The ID of the ship from which the module was sold -
slot
The outfitting slot -
module
The module (object) being sold -
price
The price of the module being sold
To respond to this event in VoiceAttack, create a command entitled ((EDDI module sold)). The event information can be accessed using the following VoiceAttack variables
-
{DEC:EDDI module sold price}
The price of the module being sold -
{TXT:EDDI module sold ship}
The ship from which the module was sold -
{INT:EDDI module sold shipid}
The ID of the ship from which the module was sold -
{TXT:EDDI module sold slot}
The outfitting slot
For more details on VoiceAttack integration, see https://github.com/EDCD/EDDI/wiki/VoiceAttack-Integration.