-
Notifications
You must be signed in to change notification settings - Fork 84
Commodity ejected event
Richard Buckle edited this page Nov 9, 2018
·
10 revisions
Triggered when you eject a commodity from 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
-
commodity
The name of the commodity ejected -
amount
The amount of cargo ejected -
abandoned
If the cargo has been abandoned
To respond to this event in VoiceAttack, create a command entitled ((EDDI commodity ejected)). The event information can be accessed using the following VoiceAttack variables
-
{BOOL:EDDI commodity ejected abandoned}
If the cargo has been abandoned -
{INT:EDDI commodity ejected amount}
The amount of cargo ejected -
{TXT:EDDI commodity ejected commodity}
The name of the commodity ejected