-
Notifications
You must be signed in to change notification settings - Fork 81
Bounty paid event
Triggered when you pay 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.allbounties} - Whether this payment covers all current bounties (true or false)
-
{event.amount} - The amount of the bounty paid
-
{event.brokerpercentage} - Broker percentage (if paid via a Broker)
-
{event.faction} - The faction to which the bounty was paid
-
{event.shipid} - The ship id of the ship associated with the fine (if any)
To respond to this event in VoiceAttack, create a command entitled ((EDDI bounty paid)). VoiceAttack variables will be generated to allow you to access the event information.
The following VoiceAttack variables are available for this event:
-
{BOOL:EDDI bounty paid allbounties} - Whether this payment covers all current bounties (true or false)
-
{DEC:EDDI bounty paid amount} - The amount of the bounty paid
-
{DEC:EDDI bounty paid brokerpercentage} - Broker percentage (if paid via a Broker)
-
{TXT:EDDI bounty paid faction} - The faction to which the bounty was paid
-
{INT:EDDI bounty paid shipid} - The ship id of the ship associated with the fine (if any)
For more details on VoiceAttack integration, see https://github.com/EDCD/EDDI/wiki/VoiceAttack-Integration.