-
Notifications
You must be signed in to change notification settings - Fork 82
Fine incurred event
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
For more details on VoiceAttack integration, see https://github.com/EDCD/EDDI/wiki/VoiceAttack-Integration.