Skip to content

Backpack changed event

Tkael edited this page Jun 1, 2021 · 3 revisions

Triggered when there is any change to the contents of the suit backpack. 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

  • added The items added to your backpack (as a list of objects with name, category, and amount properties)

  • removed The items added to your backpack (as a list of objects with name, category, and amount properties)

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

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

Clone this wiki locally