Skip to content

Settlement approached event

Richard Buckle edited this page Dec 11, 2018 · 12 revisions

Triggered when you approach a settlement. 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

  • name The name of the settlement

  • longitude The longitude coordinate of the settlement (if given)

  • latitude The latitude coordinate of the settlement (if given)

To respond to this event in VoiceAttack, create a command entitled ((EDDI settlement approached)). The event information can be accessed using the following VoiceAttack variables

  • {DEC:EDDI settlement approached latitude} The latitude coordinate of the settlement (if given)
  • {DEC:EDDI settlement approached longitude} The longitude coordinate of the settlement (if given)
  • {TXT:EDDI settlement approached name} The name of the settlement
Clone this wiki locally