-
Notifications
You must be signed in to change notification settings - Fork 84
Material traded event
Richard Buckle edited this page Apr 9, 2018
·
6 revisions
Triggered when you trade materials at a materials trader.
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
-
tradertype
The type of material trader for the trade -
paid
The name of the material lost in the trade -
paid_quantity
The amount of the material lost in the trade -
received
The name of the material gained in the trade -
received_quantity
The amount of the material gained in the trade
To use this event in VoiceAttack, create a command entitled ((EDDI material traded)). The event information can be accessed using the following VoiceAttack variables
-
{TXT:EDDI material traded paid}
The name of the material lost in the trade -
{INT:EDDI material traded paid_quantity}
The amount of the material lost in the trade -
{TXT:EDDI material traded received}
The name of the material gained in the trade -
{INT:EDDI material traded received_quantity}
The amount of the material gained in the trade -
{TXT:EDDI material traded tradertype}
The type of material trader for the trade