Brandon Chan
1 discussion post
So I have created a Soundboard and I want be able to play different sounds using Voice Bot but cannot find a way to make a command a "wilcard" command.
So I want to be able to say for example "playsound bob cursing"
I would like "playsound*" to be the wildcard command and I would use a Custom Macro and run something like this
System.Diagnostics.Process.Start(@"c\program files\playsound\playsound.exe 'bob cursing'");
So will need a way to pass the subsequent words in the custom macro.
If that makes sense.
thanks
This is currently on our feature request list, so I've added your vote to it. We'll be sure to let you know if/when we're able to implement it in the future.
Thanks!