Hi,
I'm trying to code a little function for the tts plugins that interrupts when the user hits enter. I tried using OnPluginCommandEntered for this, and it worked fine but whenever the plugin uses world.Execute for aliases, it stops speech and we don't want that. So, is there a way to send a command for aliases to process without it actually going through OnPluginCommandEntered? I tried Send, but of course send wouldn't process the aliases.
Alternatively, I could use some kind of OnKeyPress so when the user hits enter it stops the speech.
Thnx all.
I'm trying to code a little function for the tts plugins that interrupts when the user hits enter. I tried using OnPluginCommandEntered for this, and it worked fine but whenever the plugin uses world.Execute for aliases, it stops speech and we don't want that. So, is there a way to send a command for aliases to process without it actually going through OnPluginCommandEntered? I tried Send, but of course send wouldn't process the aliases.
Alternatively, I could use some kind of OnKeyPress so when the user hits enter it stops the speech.
Thnx all.