Skip to content

AFMU repairs event

T'kael edited this page May 25, 2018 · 7 revisions

Triggered when repairing modules using the Auto Field Maintenance Unit (AFMU). 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

  • item The module that was repaired

  • repairedfully Whether the module was fully repaired (true/false)

  • health The health of the module (1.000000 = fully repaired)

To respond to this event in VoiceAttack, create a command entitled ((EDDI afmu repairs)). The event information can be accessed using the following VoiceAttack variables

  • {DEC:EDDI afmu repairs health} The health of the module (1.000000 = fully repaired)
  • {TXT:EDDI afmu repairs item} The module that was repaired
  • {BOOL:EDDI afmu repairs repairedfully} Whether the module was fully repaired (true/false)
Clone this wiki locally