Playing a Comic Within a Scenario

Discussion in 'Content Creation' started by Occam's Razer, May 8, 2017.

  1. Occam's Razer

    Occam's Razer
    Expand Collapse

    Joined:
    Aug 7, 2013
    Messages:
    1,267
    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?
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice