Get state of skip_intro
Posted: Tue Oct 05, 2021 1:34 am
The vanilla freeplay_interface provides this function:
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?
Code: Select all
set_skip_intro = function(bool)
global.skip_intro = bool
end,