-
Notifications
You must be signed in to change notification settings - Fork 84
Backpack event
Tkael edited this page Jun 1, 2021
·
3 revisions
Lists the contents of your backpack when you disembark.
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
-
inventory
The backpack items that you are carrying (as a list of objects withname
,category
, andamount
properties)
To respond to this event in VoiceAttack, create a command entitled ((EDDI backpack)). 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.