Open CyDragon80 opened 3 years ago
Howdy!
I don't think there is anything that deals with responding to console commands. It's probably doable through SKSE?
Just as a quite note after taking a quick look at the skse src:
"src/Hooks_ObScript.cpp" seems to have a short example of how to add a console command. It should/might be possible to add a new console command to. It should be possible to then send this signal to skyui via some scaleform api and have skyui respond accordingly.
I wonder if it's possible to do any of this through papyrus?
I floated this idea on the DragonbornSpeaksNaturally project https://github.com/DougHamil/DragonbornSpeaksNaturally/issues/18
Think the thought was that if there was a console command for SkyUI to set filter text input, the existing DSN or Dragonborn Unlimited voice recognition mods could potentially be configured to pass text to it.
Is there currently a console command for setting filter text in SkyUI? If not, how hard might that be to add? Just kind of brain storming.