God_Batman

Member
Feb 8, 2018
468
381
It's like
Max life v1 and get that it's the begin ( duuh )
I played the first then jumped to the third.

(A lot of things changed!!) And I didn't understand a lot of it.

Should I play the second one before the third because of the plot ?
 

randomname42

Member
May 30, 2017
140
341
I have some troubles with Sophia too, the in-game helps said she asked me for some photos... but i dont remember when she did that, lol. Any help? thanks in advance!
Sophia's photos must be a bug, I have the same problem.
It's a bug with the help functionality - it includes hints for both paths (Alvin NTR and not NTR), which means once you complete one path it starts display hints for the other. The following code snippet really should all have an additional variable check (help.rpy, starting at line 640, for Kuggazer):

Python:
    if alvin_s == 1: // && alvin_ntr == 0
        girl "You should talk to your “employees...”"
        m "Okay!"
        jump help_menu
    elif alvin_s == 2:
        girl "You should find Sophia's favorite perfume."
        girl "Do you like pregnant women?"
        m "Why? What does it has to do with it?"
        girl "Nothing, just curiosity."
        m "Okay!"
        jump help_menu
    elif alvin_s == 3:
        girl "You should talk to Kristel..."
        m "Okay!"
        jump help_menu
    elif alvin_s == 4:
        girl "You should find some kind of mask."
        girl "Remember how you came back from that roadtrip?"
        m "Okay!"
        jump help_menu
    elif alvin_s == 5:
        girl "You should talk to Kristel..."
        m "Okay!"
        jump help_menu

    if alvin_ntr == 1: // && alvin_s == 0
        girl "You should talk to her and Kristel..."
        m "Okay!"
        jump help_menu
    elif alvin_ntr == 2:
        girl "You should talk to her and Kristel..."
        m "Okay!"
        jump help_menu
    elif alvin_ntr == 3:
        girl "You should find a way to talk to your friend."
        m "Okay!"
        jump help_menu
    elif alvin_ntr < 6:
        girl "If I'm not mistaken, he asked you for photos..."
        m "Okay!"
        jump help_menu
    elif alvin_ntr < 9:
        girl "You should talk to Alvin..."
        m "Okay!"
        jump help_menu
 

dante86

Well-Known Member
Jun 30, 2018
1,104
449
I received a call from Brenda when she finished telling me to wait a couple of days but nothing happens
 
3.60 star(s) 103 Votes