Toby R
2 discussion posts
I have created a voice command profile for a game called NASCAR Racing Season 2003. In order to choose which tires you want to change during your pit stop, you must cycle through the options with one key (SpaceBar). There isn't any other key that will affect (Like clear or reset) your current selection. The only consistent part is that it is set to all tires by default.
This is my current solution, but it requires two seperate commands to be spoken.
______________________________________________________________
User says "Clear Blank Tires" then "Add Blank tires"
______________________________________________________________
My goal is to have the user say only one command
Heres one possible solution I have so far...
______________________________________________________________
State 1 (No Tires)
State 2 (Left Tires)
State 3 (Right Tires)
State 4 (All Tires)
The game starts you in state 1. I need a voice command that will do the following... If state = "x", press space bar "y" times, state = "z"
Voice Command: Left Tires - If state = "3", press space bar "3" times, state = "2"
______________________________________________________________
I can also fix this issue if one of the following options is possible
A) Disable/Re-enable certain commands when a command is used
B) Disable/Re-enable certain groups when a command is used
Mar 14, 2019 (modified Mar 14, 2019)
•
#1
Hi Toby, this should be possible. Give us a few days to take a look at it and come up with a script for you.
DAB42
31 discussion posts
I always try to return to home position.So if I tab over 3 spaces then press key I tab back 3 spaces to home position before I leave the command.
Sorry for the very long delay on this, Toby. Unfortunately it doesn't look like this is something we'll be able to provide at the moment, sorry. We're hoping to add state tracking to VoiceBot in the future though, so if/when we're able to do that, then this should be possible.
Thanks!