Here is how I would probably do it.
.
Here I use "On typewriter finished" event as a signal to start displaying a new message. And instead of "Wait 10 seconds", use Timer behavior.
This way you have full control over your events. You know exactly in which order they will be executed, you have an option to skip typewriting, you can pause or cancel the Timer if needed etc.