VoiceAttack
Profiles, Commands and Plugins => Profile and Command Discussions => Topic started by: Incurable-Rash on July 12, 2018, 05:16:54 PM
-
Can a running command be paused and then restarted with an exterior command?
-
Paused at an arbitrary point? No.
You could have it idling in a loop at a given point, checking a variable that would be changed by another command(or a second instance of the same command that terminates, if you prefer) that could be triggered externally, though.
-
Yes,
Look under "Other\Voice Attack Action\"
"Stop Another Command"
Will stop a specific command
"Stop Processing All Commands"
Will stop stop everything
Dont confuse these with Starting and Stopping of "Listening"; Restarting the command would simply be you doing what ever it was that you used to start it in the first place.
You could insert a pause using a "Wait" or "Pause" command though I dont recommend doing this as it starts getting complicated.
Try something like this;
Stop VoiceAttack command processing
Kill command, '((RS- Name))'
Pause 120 seconds
Execute command, '((RS- Name))' (and wait until it completes)