SimVar provides a PROFILE command, which allows you – or FSX, to be precise – to remember things.
I made a mission that starts with a language menu: Dutch, French and English.
With the PROFILE command, I can place a number in a string. Dutch = 1, French = 2, English = 3
CusomAction : SimVar PROFILE Language SET 1
CusomAction : SimVar PROFILE Language SET 2
CusomAction : SimVar PROFILE Language SET 3
In the mission, I want to give information in one of the 3 languages.
Now I want to play a sound. Can I programm a DialogAction with the sound "$Language" + "-sound1.wav"
1-sound1.wav = a dutch speaking voice.
2-sound1.wav = a franch speaking voice.
3-sound1.wav = English speaking voice.
Can that be done?
I made a mission that starts with a language menu: Dutch, French and English.
With the PROFILE command, I can place a number in a string. Dutch = 1, French = 2, English = 3
CusomAction : SimVar PROFILE Language SET 1
CusomAction : SimVar PROFILE Language SET 2
CusomAction : SimVar PROFILE Language SET 3
In the mission, I want to give information in one of the 3 languages.
Now I want to play a sound. Can I programm a DialogAction with the sound "$Language" + "-sound1.wav"
1-sound1.wav = a dutch speaking voice.
2-sound1.wav = a franch speaking voice.
3-sound1.wav = English speaking voice.
Can that be done?


