You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
T'kael edited this page Aug 2, 2026
·
12 revisions
Triggered when you incur 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.crime} - The decription of the crime committed
{event.crimetype} - The type of crime committed
{event.faction} - The name of the faction issuing the fine
{event.fine} - The number of credits issued as the fine
{event.victim} - The name of the victim of the crime
To respond to this event in VoiceAttack, create a command entitled ((EDDI fine incurred)). VoiceAttack variables will be generated to allow you to access the event information.
The following VoiceAttack variables are available for this event:
{TXT:EDDI fine incurred crime} - The decription of the crime committed
{TXT:EDDI fine incurred crimetype} - The type of crime committed
{TXT:EDDI fine incurred faction} - The name of the faction issuing the fine
{DEC:EDDI fine incurred fine} - The number of credits issued as the fine
{TXT:EDDI fine incurred victim} - The name of the victim of the crime