- Mar 10, 2019
- 4
- 3
Maybe a persistent variable would work? Then the variable should also be independent of which save file you are on. You also need to make sure to save the persistent variables after changing. So this would be
And similarly for disabling it. Then you can again use persistent.cumsoundon to get the current value of the variable. This should also work with call_in_new_context
Python:
action [SetVariable("persistent.cumsoundon", True), renpy.save_persistent(), Hide("mcchoosesound"), Return]