-
Notifications
You must be signed in to change notification settings - Fork 91
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
-
addedThe items added to your backpack (as a list of objects withname,category, andamountproperties) -
removedThe items added to your backpack (as a list of objects withname,category, andamountproperties)
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.