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 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:
{event.bounty} - The number of credits issued as the bounty
{event.crime} - The description of the crime committed
{event.crimetype} - The type of crime committed
{event.faction} - The name of the faction issuing the bounty
{event.victim} - The name of the victim of the crime
To respond to this event in VoiceAttack, create a command entitled ((EDDI bounty incurred)). VoiceAttack variables will be generated to allow you to access the event information.
The following VoiceAttack variables are available for this event:
{DEC:EDDI bounty incurred bounty} - The number of credits issued as the bounty
{TXT:EDDI bounty incurred crime} - The description 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