-
Notifications
You must be signed in to change notification settings - Fork 84
Silent running event
T'kael edited this page May 25, 2018
·
5 revisions
Triggered when you activate or deactivate silent running.
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
-
silentrunning
A boolean value. True if silent running is active.
To respond to this event in VoiceAttack, create a command entitled ((EDDI silent running)). The event information can be accessed using the following VoiceAttack variables
-
{BOOL:EDDI silent running silentrunning}
A boolean value. True if silent running is active.