-
-
Notifications
You must be signed in to change notification settings - Fork 19
synth_speak_async
CryoEagle edited this page Jan 7, 2019
·
4 revisions
Synthetize text to speech
synth_speak_async(text)| Argument | Description |
|---|---|
string text |
The string to synthetize |
Returns: N/A
This function synthetize text to speech, it's like synth_speak(); but this don't stop the game when speak.
synth_speak("Hello, im really speaking."); This above code will say „Hello, im really speaking“
Back to Synth