-
Notifications
You must be signed in to change notification settings - Fork 82
Fine paid event
Triggered when you pay a fine.
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.allfines} - Whether this payment covers all current fines (true or false)
-
{event.amount} - The amount of the fine paid
-
{event.brokerpercentage} - Broker percentage (if paid via a Broker)
-
{event.faction} - The faction to which the fine was paid (if the payment does not cover all current fines)
-
{event.shipid} - The ship id of the ship associated with the fine (if any)
To respond to this event in VoiceAttack, create a command entitled ((EDDI fine paid)). VoiceAttack variables will be generated to allow you to access the event information.
The following VoiceAttack variables are available for this event:
-
{BOOL:EDDI fine paid allfines} - Whether this payment covers all current fines (true or false)
-
{DEC:EDDI fine paid amount} - The amount of the fine paid
-
{DEC:EDDI fine paid brokerpercentage} - Broker percentage (if paid via a Broker)
-
{TXT:EDDI fine paid faction} - The faction to which the fine was paid (if the payment does not cover all current fines)
-
{INT:EDDI fine paid shipid} - The ship id of the ship associated with the fine (if any)
For more details on VoiceAttack integration, see https://github.com/EDCD/EDDI/wiki/VoiceAttack-Integration.