- May 11, 2017
- 425
- 721
If you are looking in the day14.rpy script you can search for 'in choices' and that will tell you where the conditional statements are for different dialog/renders/branches. ExampleLooks like I'm missing some of the content due to my previous choices and the playtime is quite short for me. Changing simple variables does not improve it much.
- does anyone know how to change the array elements in Renpy console?
- do we have some up-to-date walkthrough mod?
Python:
if "d04parkerNoApology" in choices:
"Jessica looks away shyly when she sees the excitement on Parker's face."
JesT "This is the first time I'm doing anything with him in front of other people."
JesT "This feeling is… kind of intoxicating."
Python:
choices.append("d04parkerNoApology")
Python:
"d04parkerNoApology" in choices