You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
T'kael edited this page Aug 2, 2026
·
11 revisions
Triggered when you pick up a commodity in your ship or SRV.
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.commodity} - The name of the commodity collected
{event.missionid} - ID of the mission-related commodity, if applicable
{event.stolen} - If the commodity is stolen
To respond to this event in VoiceAttack, create a command entitled ((EDDI commodity collected)). VoiceAttack variables will be generated to allow you to access the event information.
The following VoiceAttack variables are available for this event:
{TXT:EDDI commodity collected commodity} - The name of the commodity collected
{DEC:EDDI commodity collected missionid} - ID of the mission-related commodity, if applicable
{BOOL:EDDI commodity collected stolen} - If the commodity is stolen