Initial commit with script

This commit is contained in:
MarStr 2024-07-10 17:06:36 +02:00
parent de2b0ae535
commit 3334c77fd3

View File

@ -97,7 +97,7 @@ Next, decide whether or not you want a voice for readbacks and/or communication
If you set the previous setting to false, you can skip the paragraph.
If you did set it to true however, you will need to determine which voice your captain shall have. It is a number from the array of Polly voices further down in the script. Count the position of the voice, then subtract 1 from that number. For example if voice #13 (Geraint) is the one you want, you put in 12 as the number at this variable. This voice will not be used for ATC communications.
If you did set it to true however, you will need to determine which voice your captain shall have. It is a number from the array of Polly voices further down in the script. Count the position of the voice, then subtract 1 from that number. For example if voice number 13 (Geraint) is the one you want, you put in 12 as the number at this variable. This voice will not be used for ATC communications.
[code]atc_pilot_voice = 12[/code]