I need to know how to make it execute a certain sub when the msagent finishes certain parts of a speech. Like this:

Code:
Set Request1 = Merlin.Speak("This is the first part of the text.")
Set Request2 = Merlin.Speak("This is the second part of the text.")
How do I make it do one thing when Request1 is finished and another when Request2 is?