Hello, This is going to either be a question, or a feature request, but is it/could it be possible to launch a comic during the run of a scenario, as opposed to before or after it? I know how the comics are launched in the campaign's .json file: Code: "onEvent" : { "onIntro/onSucceed/onFail": { "comic": { "backgroundSound": "filepath/noise.ogg", "path": "filepath/comic", "order": ["panel1", "panel2", "panel3", "panel4"]} }, ...but I would like to launch a comic in a scenario upon reaching a checkpoint, and without needing the scenario to be launched via a campaign. Is there some way to do this, via either .json or lua? And if not, can this become a feature in a future update?