Hi All,
I am just starting out learning how to use this tool and how to integrate it with the MSFS plugin tool
https://github.com/jamescl604/MSFSVoiceAttackPlugin. I have some very general questions to help me to get going as i am stuck right now.
Here is the situation i am trying to build:
I would like a helicopter to start on the ground at 0ft and then climb to 6ft, at 6ft i want an audio file to play.
Questions:
Is this possible in VA?
I have the following setup in VA
1. debug boolean set (SS 125156)
2. Play intro sound - working
3. I am then calling the getplanestate (SS 125333): Which i should get the heli altitude from the ground = 0ft
4. I then have a Integer condition (SS 125751): which uses the MSAgent.PlaneState.Plane_Alt_Above_Ground command to fetch the heli Alt and would check to see if the heli is at 6ft or more= if yes = if should play sound.
However, what is happening:
1. Debug Starts
2. Sound plays
3. Then i get a error "MSFS Agent' command not found in this profile. Agent standing down." (SS 130659)
What is causing this?
I am guessing that i need to do the following: but i am not sure how to do this in VA
1. Play sound
2. get plane state
3. Set condition:
a. if plane is 5ft or below - repeat check and keep checking until plane is at 6ft
4. At 6ft play sound