Setting event parameters by FMOD in realtime

Hi. When creating multi sound in fmod studio and setting the tracks to be played randomly, is there a possibility, when that event played in realtime, to obtain what track is picked (played), by setting some parameter inside event? Then, programmer could detect that parameter change and do some actions according to that. What I want to achieve is to do implement some kind of talk back conversation between characters in my game, and to do that, I must remember what is said, from random tracks inside multi sound event.

Sorry about the delayed response.
Have you looked into programmer sounds at all? They sound like the sort of thing you are after, multi-sounds don’t have a nice way to get that sort of information.