TrueLoveGames Here's some scripting errors in
Pro_1.rpy
I noticed while playing:
During the stripping scene there are some checks to determine if she joins in
nValeryLove >= 3
and
nValeryLove >= 5
but the highest possible values at these points are 2 and 4, so that code is unreachable.
After that, in Jenny's room there is a check
spJenShowBoobs == "jen"
but that variable doesn't get set when you pick her (nor for any other girl).
EDIT: At the very end there is a check
nJennyLove >= 10
but the maximum achievable value is 9.
As a side note: Jenny being a goodhearted person would be a lot more believable if she didn't just blackmail (on the threat of basically ruining your entire life) you into getting naked for her friends.