
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