Skip to content

Search and rescue event

T'kael edited this page Aug 8, 2024 · 10 revisions

Triggered when delivering items to a Search and Rescue contact.

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.amount} - The amount of the item recovered

  • {event.commodity} - The commodity (object) recovered

  • {event.commodity.avgprice} - The latest known average market price for the commodity

  • {event.commodity.Category}

  • {event.commodity.Category.invariantName}

  • {event.commodity.Category.name}

  • {event.commodity.corrosive} - True if the commodity is known to be corrosive

  • {event.commodity.invariantName}

  • {event.commodity.name}

  • {event.commodity.rare} - True if the commodity is a rare market commodity

  • {event.localizedcommodityname} - The localized name of the commodity recovered

  • {event.reward} - The monetary reward for completing the search and rescue

To respond to this event in VoiceAttack, create a command entitled ((EDDI search and rescue)). VoiceAttack variables will be generated to allow you to access the event information.

The following VoiceAttack variables are available for this event:

  • {INT:EDDI search and rescue amount} - The amount of the item recovered

  • {DEC:EDDI search and rescue commodity avgprice} - The latest known average market price for the commodity

  • {TXT:EDDI search and rescue commodity category invariant name}

  • {TXT:EDDI search and rescue commodity category name}

  • {BOOL:EDDI search and rescue commodity corrosive} - True if the commodity is known to be corrosive

  • {TXT:EDDI search and rescue commodity invariant name}

  • {TXT:EDDI search and rescue commodity name}

  • {BOOL:EDDI search and rescue commodity rare} - True if the commodity is a rare market commodity

  • {TXT:EDDI search and rescue localizedcommodityname} - The localized name of the commodity recovered

  • {DEC:EDDI search and rescue reward} - The monetary reward for completing the search and rescue

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

Clone this wiki locally