I'm using the "Speak Text" command, and I want the voice to say the username of the user. What method if any, would be able to do that?
Develop games in your browser. Powerful, performant & highly capable.
If you're using nwjs you should be able to get the userfolder path and add it to a text based global variable... then use tokenat to find the username (just use forward slashes as your token delimiter).
~Sol