-
Notifications
You must be signed in to change notification settings - Fork 82
AFMU repairs event
Tkael edited this page Nov 7, 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)
When using this event in VoiceAttack the information about this event is available as follows
-
{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)