- Aug 6, 2016
- 7,793
- 45,225
In script.rpy...As was evidenced during my playthrough. The problem was that once I finished the Jessica massage, I was not given the opportunity to massage Christine.
Line 30534 - Change
jump ChristineMassageFinish
to
jump JessMassageFinish
What happens is, when you choose Jess, it flags her massage as done and when it jumps to ChristineMassageFinish, the Jess massage being flagged as done essentially finishes the massage session. Correctly changing it the JessMassageFinish logically follows the story like it should.
Line 31206 in script.rpy
Change ChrJesMassagePick
to PickAGirl
Otherwise, it'll throw an error cuz that's not a defined jump. It needs to return to picking a girl.