One use case for this request would be to play a cutscene after a completed, but before a mapinfo-defined intermission is shown, like this:
Code: Select all
map MAP32 "test"
{
next = "EndGameC"
outro
{
Function = "CustomCutscenes.Map32"
AfterStats
}
}