-
Notifications
You must be signed in to change notification settings - Fork 81
Limpet sold event
Triggered when you sell limpets to a 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:
-
{event.amount} - The amount of limpets sold
-
{event.price} - The price obtained per limpet
To respond to this event in VoiceAttack, create a command entitled ((EDDI limpet sold)). VoiceAttack variables will be generated to allow you to access the event information.
The following VoiceAttack variables are available for this event:
-
{INT:EDDI limpet sold amount} - The amount of limpets sold
-
{DEC:EDDI limpet sold price} - The price obtained per limpet
For more details on VoiceAttack integration, see https://github.com/EDCD/EDDI/wiki/VoiceAttack-Integration.