frozenfeet
Well-Known Member
- Aug 2, 2019
- 1,225
- 1,948
You know how Unren has the feature to over ride blocking Renpy rollback? The only problem I have noticed is that all the dev needs to do is just add
and bam Unren feature defeated.
What I'm wondering is there a way to write a little script that would instantly reset
to true if it has been set to false somewhere else in the game?
Code:
renpy.config.rollback_enabled = False
What I'm wondering is there a way to write a little script that would instantly reset
Code:
renpy.config.rollback_enabled = False