-
Notifications
You must be signed in to change notification settings - Fork 31
Material threshold event
Cmdr McDonald edited this page Apr 11, 2017
·
3 revisions
Triggered when a material reaches a threshold.
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
-
material
The material -
level
The level that has been triggered (Minimum/Desired/Maximum) -
limit
The amount of the limit that has been passed -
amount
The current amount of the material -
change
The change to the inventory (Increase/Reduction)
When using this event in VoiceAttack the information about this event is available as follows
-
{INT:EDDI material threshold amount}
The current amount of the material -
{TXT:EDDI material threshold change}
The change to the inventory (Increase/Reduction) -
{TXT:EDDI material threshold level}
The level that has been triggered (Minimum/Desired/Maximum) -
{INT:EDDI material threshold limit}
The amount of the limit that has been passed