-
Notifications
You must be signed in to change notification settings - Fork 84
Fine paid event
Tkael edited this page May 26, 2019
·
13 revisions
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
-
amount
The amount of the fine paid -
brokerpercentage
Broker percentage (if paid via a Broker) -
allfines
Whether this payment covers all current fines (true or false) -
faction
The faction to which the fine was paid (if the payment does not cover all current fines) -
shipid
The ship id of the ship associated with the fine
To respond to this event in VoiceAttack, create a command entitled ((EDDI fine paid)). The event information can be accessed using the following VoiceAttack variables
-
{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