-
Notifications
You must be signed in to change notification settings - Fork 84
Power commodity delivered event
T'kael edited this page May 25, 2018
·
10 revisions
Triggered when a commander delivers a commodity to a power.
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
-
power
The name of the power for which the commander is delivering the commodity -
commodity
The name of the commodity the commander is delivering -
amount
The amount of the commodity the commander is delivering
To respond to this event in VoiceAttack, create a command entitled ((EDDI power commodity delivered)). The event information can be accessed using the following VoiceAttack variables
-
{INT:EDDI power commodity delivered amount}
The amount of the commodity the commander is delivering -
{TXT:EDDI power commodity delivered commodity}
The name of the commodity the commander is delivering -
{TXT:EDDI power commodity delivered power}
The name of the power for which the commander is delivering the commodity