So how do I get a ped saying a mission speech wih subltitles and I want it to be like until the Speech has been played I tried
SoundPlayScriptedSpeechEvent(Derby,"M_3_06",1,"large",true)
repeat
Wait(0)
until SoundSpeechPlaying(Derby,"M_3_06")
But that code is when the speech is playing. I want when the speech is played then it goes through the next part.