Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I'll take a look at their code...

Thanks! let me know if you find something :)

only minor changes (and they changed the image for their check box gui/button/check_foreground.png and check box gui/button/check_selected_foreground.png)

formatting may not be correct for the code below (follow formatting from image above)

            ## BadMustard's code Start (third section)
            vbox:
                style_prefix "check"
                if persistent.saveName:
                    textbutton _("Save naming enabled") action [ToggleVariable("persistent.saveName"), SetVariable("store.save_name", "")]

                else:
                    textbutton _("Save naming disabled") action [ToggleVariable("persistent.saveName"), SetVariable("store.save_name", "Un-Named")] #sets a default name, change as required
                align (0.9, -0.15) #adjust this as required for positioning
                xsize 435
            ## BadMustard's code Stop

Yes it works, thank you for your help!

you're welcome

good luck with your project