Bounty incurred event - EDCD/EDDI GitHub Wiki

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

For more details on VoiceAttack integration, see https://github.com/EDCD/EDDI/wiki/VoiceAttack-Integration.

⚠️ **GitHub.com Fallback** ⚠️