Skip to content

Scan organic distance event

T'kael edited this page Aug 2, 2026 · 3 revisions

Triggered when entering and exiting organic sampling ranges.

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.minimumdistance} - The minimum distance that you must travel from your prior sample location(s), in meters, before you can collect a fresh sample

  • {event.organic} - An object holding data about the organism currently being sampled

  • {event.organic.bonus} - The bonus credit value, as awarded when selling organic data. The bonus value is assumed to apply when a first footfall has been registered.

  • {event.organic.genus} - Genus details

  • {event.organic.genus.invariantName} - The invariant English name.

  • {event.organic.genus.localizedDescription} - the organic genus's localized description

  • {event.organic.genus.name} - The localized name.

  • {event.organic.invariantName} - The invariant name of the organic

  • {event.organic.localizedName} - The localized name of the organic

  • {event.organic.minimumDistanceMeters} - The minimum distance that you must travel before you can collect a fresh sample of this genus (if known)

  • {event.organic.species} - Species details

  • {event.organic.species.genus} - The genus for this species

  • {event.organic.species.genus.invariantName} - The invariant English name.

  • {event.organic.species.genus.localizedDescription} - the organic genus's localized description

  • {event.organic.species.genus.name} - The localized name.

  • {event.organic.species.invariantName} - The invariant English name.

  • {event.organic.species.localizedConditions} - the organic species's localized conditions

  • {event.organic.species.localizedDescription} - the organic species's localized description

  • {event.organic.species.name} - The localized name.

  • {event.organic.species.value} - The credit value for this species

  • {event.organic.value} - The base credit value, as awarded when selling organic data

  • {event.organic.variant} - Variant details

  • {event.organic.variant.invariantName} - The invariant English name.

  • {event.organic.variant.name} - The localized name.

  • {event.scanready} - True if you have traveled sufficiently far from your prior sample(s), false if you have re-entered a prior scan radius

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

The following VoiceAttack variables are available for this event:

  • {INT:EDDI scan organic distance minimumdistance} - The minimum distance that you must travel from your prior sample location(s), in meters, before you can collect a fresh sample

  • {DEC:EDDI scan organic distance organic bonus} - The bonus credit value, as awarded when selling organic data. The bonus value is assumed to apply when a first footfall has been registered.

  • {TXT:EDDI scan organic distance organic genus invariant name} - The invariant English name.

  • {TXT:EDDI scan organic distance organic genus localized description} - the organic genus's localized description

  • {TXT:EDDI scan organic distance organic genus name} - The localized name.

  • {TXT:EDDI scan organic distance organic invariant name} - The invariant name of the organic

  • {TXT:EDDI scan organic distance organic localized name} - The localized name of the organic

  • {INT:EDDI scan organic distance organic minimum distance meters} - The minimum distance that you must travel before you can collect a fresh sample of this genus (if known)

  • {TXT:EDDI scan organic distance organic species genus invariant name} - The invariant English name.

  • {TXT:EDDI scan organic distance organic species genus localized description} - the organic genus's localized description

  • {TXT:EDDI scan organic distance organic species genus name} - The localized name.

  • {TXT:EDDI scan organic distance organic species invariant name} - The invariant English name.

  • {TXT:EDDI scan organic distance organic species localized conditions} - the organic species's localized conditions

  • {TXT:EDDI scan organic distance organic species localized description} - the organic species's localized description

  • {TXT:EDDI scan organic distance organic species name} - The localized name.

  • {DEC:EDDI scan organic distance organic species value} - The credit value for this species

  • {DEC:EDDI scan organic distance organic value} - The base credit value, as awarded when selling organic data

  • {TXT:EDDI scan organic distance organic variant invariant name} - The invariant English name.

  • {TXT:EDDI scan organic distance organic variant name} - The localized name.

  • {BOOL:EDDI scan organic distance scanready} - True if you have traveled sufficiently far from your prior sample(s), false if you have re-entered a prior scan radius

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

Clone this wiki locally