-
Notifications
You must be signed in to change notification settings - Fork 82
Bounty incurred event
Tkael edited this page Dec 28, 2020
·
11 revisions
Triggered when you incur a bounty.
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
-
crimetype
The type of crime committed -
crime
The decription of the crime committed -
victim
The name of the victim of the crime -
faction
The name of the faction issuing the bounty -
bounty
The number of credits issued as the bounty
To respond to this event in VoiceAttack, create a command entitled ((EDDI bounty incurred)). The event information can be accessed using the following VoiceAttack variables
-
{DEC:EDDI bounty incurred bounty}
The number of credits issued as the bounty -
{TXT:EDDI bounty incurred crime}
The decription of the crime committed -
{TXT:EDDI bounty incurred crimetype}
The type of crime committed -
{TXT:EDDI bounty incurred faction}
The name of the faction issuing the bounty -
{TXT:EDDI bounty 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.