- Sep 2, 2019
- 234
- 203
I could and I got the anal scene even though I didn't give in. I understand and have logic for what you say, as I said it too. And it's a new save, I don't understand too how the help I could do it.Wait a minute.... you can't have sex with Cindy at the pool if you don't "Give in" to her on the bench. My comments are in orange below to the original code:
Python:if cin_q_gave_in: # If the player "Give in" to Cindy jump D_12_C_Reconciliation_Did_Have_Sex_With_C # Advances to sex with Cindy at pool else: # If the player did NOT "Give in" to Cindy jump D_12_C_Reconciliation_Did_Not_Have_Sex_With_C # Advances to "reconcile" scene (no sex)
This is in the park after talking with Isla and she leaves. When Cindy sits on the bench and wraps her arm around the mc's arm.
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/story.rpy", line 40369, in <module>
NameError: name 'cin_q_gave_in' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "story.rpyc", line 40369, in script
File "renpy/ast.py", line 1893, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 2266, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2259, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/story.rpy", line 40369, in <module>
NameError: name 'cin_q_gave_in' is not defined
Windows-10-10.0.10586
Ren'Py 7.4.8.1895
Summer With Mia 2 E7
Wed Jun 15 04:33:31 2022
Cindy calls and asks to come to her place
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/story.rpy", line 46937, in <module>
NameError: name 'mc_cin_relationship' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "story.rpyc", line 46937, in script
File "renpy/ast.py", line 1893, in execute
if renpy.python.py_eval(condition):
File "renpy/python.py", line 2266, in py_eval
return py_eval_bytecode(code, globals, locals)
File "renpy/python.py", line 2259, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/story.rpy", line 46937, in <module>
NameError: name 'mc_cin_relationship' is not defined
Windows-10-10.0.10586
Ren'Py 7.4.8.1895
Summer With Mia 2 E7
Wed Jun 15 04:25:58 2022