What about reputation? What is the reason for keeping it at 40? I believe anytime it goes below that by -1 or -2 it then goes back up to 40?It's intentional, as mentioned before. There’s no content for her to orgasm or anything, which is why it's blocked at the maximum.
Python:
label rep:
hide screen reputation_up
pause 0.01
if MAX >= reputation and MIN <= reputation:
# exib up or down
$ reputation_number = switch99
show screen reputation_up
pause 0.5
$ reputation = max(0, min(MAX, reputation + reputation_number))
pause 0.1
else:
# exib up
$ reputation_number = 0
show screen reputation_up
pause 0.1
return
My issue with this is that the game doesn't tell you when you've reached the current content. You keep playing it any you come across new stuff, such as not being able to pay the rent after several weeks, etc. But then certain values being stuck at their current level you can help but think they are being artificially blocked for no valid reason.
Last edited: