i could find a home.rpy in the folder, but this line was not there. and what do you mean with you need to unpack first?
Because that kid has autism.
`jump Renee_TimesUp` looks for a file `Renee_TimesUp.rpy` which isn't present in the `Scripts.rpa` folder.
I commented out the branch inside home.rpy that would lead to a lookup of a file not present in the `Scripts.rpa`.
After that, I had to recompile home.rpy into home.rpyc and after that — archive the `scripts` folder back into `Scripts.rpa`.
I've tested it myself — and I managed to pass through the error state.
Temp solution:
• go to `game` folder.
• put `Scripts_new.rpa` over there
• move/backup `Scripts.rpa` to a different folder outside (completely oustide of game folder)
• rename `Scripts_new.rpa` to `Scripts.rpa` and play the game further