Well I know that in the dare game at ep9 there might be some evaluation as to who the MC has sax most with, so I make sure MC to have equal sex with both J&M, then I choosed to hangout with Josy in ep10. Therefore I technically should be spending more time with Josy than Maya. But still in ep11 I hang out with Maya. I am so confused here
Okay, I find the determined variable here, it seems that in order to reach Josy's scene, you need to spend more times with Josy at least two times more than Maya, or your Maya score is lower than Josy score. But I haven't tested it out yet because it looks like a great deal of rewinding playthrough.
Here is the original sciprt file if anyone is interested.
if ep8_maya_lewd:
cnt += 1
if ep5_followed_maya:
cnt += 1
if ep7_solo_maya:
cnt += 1
if ep3_mayaLewd:
cnt += 1
if ep9_maya_lewd:
cnt += 1
if ep10_jm_solo == "Maya":
cnt += 1
cnt2 = 0
if ep8_josy_lewd:
cnt2 += 1
if ep5_followed_josy:
cnt2 += 1
if ep7_solo_josy:
cnt2 += 1
if ep7_josy_lewd:
cnt2 += 1
if ep7_left_with_josy:
cnt2 += 1
if ep10_jm_solo == "Josy":
cnt2 += 1
if cnt2 > cnt + 1:
return "Josy"
elif cnt2 + 1 < cnt:
return "Maya"
else:
if check_mlove() and check_jlove():
if RPmaya/74.0 > RPjosy/67.0:
return "Maya"
else:
return "Josy"
elif check_mlove():
return "Maya"
elif check_jlove():
return "Josy"
else:
if RPmaya/74.0 > RPjosy/67.0:
return "Maya"
else:
return "Josy"