Sorry for the late reply due to summer vacation.
There currently does not exist an automatic method for pausing the cutscene after each section although it is a nice suggestion that I can add in the future. One way to manually do this currently, would be to add the “Pause Cutscene” action clip (in a Director Action Track). That will pause the cutscene indefinitely, until you call “cutscene.Resume()” on that cutscene.
Regarding skipping a section to the next, this can also be done, by calling “cutscene.SkipCurrentSection” on the cutscene object in question.
Please let me know if the above work for you.
Thank you.