Page 1 of 1

Get state of skip_intro

Posted: Tue Oct 05, 2021 1:34 am
by Pi-C
The vanilla freeplay_interface provides this function:

Code: Select all

  set_skip_intro = function(bool)
    global.skip_intro = bool
  end,
This allows mods to turn off the cutscene. I'd like to have a function get_skip_intro that returns the state of this value. Could you add that, please?

Re: Get state of skip_intro

Posted: Tue Oct 05, 2021 1:42 pm
by Klonan
Ok, I added it for the next release

Re: Get state of skip_intro

Posted: Tue Oct 05, 2021 1:45 pm
by Pi-C
Thank you! :-)