-
Notifications
You must be signed in to change notification settings - Fork 84
Module purchased event
Tkael edited this page Sep 17, 2017
·
9 revisions
Triggered when you purchase a module in 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
-
slot
The outfitting slot -
item
The item being purchased -
price
The price of the item being purchased -
solditem
The item being sold -
soldprice
The price of the item being sold -
storeditem
The item being stored -
ship
The ship for which the item was purchased -
shipid
The ID of the ship for which the item was purchased
When using this event in VoiceAttack the information about this event is available as follows
-
{TXT:EDDI module purchased item}
The item being purchased -
{DEC:EDDI module purchased price}
The price of the item being purchased -
{TXT:EDDI module purchased ship}
The ship for which the item was purchased -
{INT:EDDI module purchased shipid}
The ID of the ship for which the item was purchased -
{TXT:EDDI module purchased slot}
The outfitting slot -
{TXT:EDDI module purchased solditem}
The item being sold -
{DEC:EDDI module purchased soldprice}
The price of the item being sold -
{TXT:EDDI module purchased storeditem}
The item being stored