Skip to content

Technology broker event

Richard Buckle edited this page Apr 9, 2018 · 8 revisions

Triggered when using the Technology Broker to unlock new purchasable technology. 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

  • brokertype The technology broker's type (e.g. "Human")

  • items The items unlocked in the transaction (this is a list of Module objects)

  • materials The materials and quantities used in the crafting (MaterialAmount object with keys "material" and "amount", consisting of a material object and an amount)

  • commodities The commodities and quantities used in the crafting (CommodityAmount object with keys "commodity" and "amount", consisting of a commodity object and an amount)

To use this event in VoiceAttack, create a command entitled ((EDDI technology broker)). The event information can be accessed using the following VoiceAttack variables

  • {TXT:EDDI technology broker brokertype} The technology broker's type (e.g. "Human")
Clone this wiki locally