- Mar 13, 2023
- 59
- 521
For those who know how Ren'py works it is enough to use a text editor like Notepad++ and go into file CustomScreens.rpy and change line 1870 from
toCode:if not persistent.bonus_code_part_2:
That did the job for me.Code:if not persistent.bonus_code_part_1:
For others it should work to place the fixed version of CustomScreens.rpy in the /game folder replacing the current file.
Thank you!