Skip to content

Fine paid event

Richard Buckle edited this page Nov 9, 2018 · 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 payments 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 payments 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
Clone this wiki locally