Skip to content

Commit 8ef3c20

Browse files
committed
Merge branch 'develop'
2 parents 3b93b1c + 95130e5 commit 8ef3c20

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

js/Documentation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2125,7 +2125,7 @@ None at the moment.
21252125
| | |
21262126
------------ | -------------
21272127
**Info** | Replace a substring in a parameter with the specified text. Note that this replaces all occurrences inside of the parameter. `<parameter>` is the name of the existing parameter. `<to_replace>` is the value to be replaced. `<replacement>` is the value to overwrite the `<to_replace>` value.
2128-
**Format** | `Param Replace <to_replace> <replacement>`
2128+
**Format** | `Param Replace <parameter> <to_replace> <replacement>`
21292129
**Example** | `Param Replace after @ ''`
21302130

21312131
##### Parameters
@@ -2751,9 +2751,9 @@ None at the moment.
27512751
#### TTS
27522752
| | |
27532753
------------ | -------------
2754-
**Info** | Used to read a message with the specified voice. `<voice>` is the name of a voice from [responsivevoice.org](https://responsivevoice.org). `<volume>` is the audio volume. `<wait/nowait>` determines whether or not the script waits until the audio is done playing before completing the next action. `<message>` is the text to read in the audio.
2754+
**Info** | Used to read a message with the specified voice. `<voice>` is the name of a voice from your computer's narration system. You can check the available voices by using [`TTS Voices`](#tts-voices). `<volume>` is the audio volume. `<wait/nowait>` determines whether or not the script waits until the audio is done playing before completing the next action. `<message>` is the text to read in the audio.
27552755
**Format** | `TTS <voice> <volume> <wait/nowait> <message>`
2756-
**Example** | `TTS "UK English Male" 70 wait "Hey there!"`
2756+
**Example** | `TTS "Microsoft David - English (United States)" 70 wait "Hey there!"`
27572757

27582758
***
27592759

0 commit comments

Comments
 (0)