f96zonetrooper

Engaged Member
Dec 21, 2018
2,510
2,437
I keep going back to timmy with request how to blackmail zhang
It's in the following code :

Code:
label top_casa_timmy_01:
    if Tiffany > 3:
        jump choise_tiffany_timmy
    if Tiffany == 3:
        jump top_casa_timmy_04
    if Timmy == 1:
        jump top_casa_timmy_03
    if Timmy == 0:
        jump top_casa_timmy_02
and

Code:
label top_casa_timmy_03:
    scene timmy_01
    show Timmy01
    Ti "My Friend!"
    menu:
        "Chat" if True:
            jump Chat_Timmy
        "About Lockpicking" if Leliana == 8:
            jump Leliana_01
        "About Zhang's therapy" if Zhang == 16:
            jump Zhang_05
        "About Zhang's therapy" if Zhang == 15:
            jump Zhang_04
        "About Zhang's therapy" if Zhang == 11:
            jump Zhang_03
        "About Zhang's therapy" if Zhang == 10:
            jump Zhang_03
        "About Zhang's therapy" if Zhang == 9:
            jump Zhang_02
        "About Zhang's therapy" if Zhang == 8:
            jump Zhang_01
It seems that if Tiffany is at 3 you temporarely cannot access Timmy. If she is above 3 you get a choice for Timmy and Tiffany.
For Zhang you may need additional events to increase Zhang-value if you cannot talk about her.

I just started a new game since a couple of years, so it will take some time to get to this point.
 
Last edited:

STracer

Newbie
Dec 16, 2023
20
14
Well....I at least have all the missions in the green......never did get to blackmail Zhang.....not sure if there is any content for that yet. I know there are a lot of bugs....small stuff like when you have already talked to the other FBI agent and finished those 3 missions.....if you talk to the first agent in the dorm again....like you did before...it will reset those 3 missions again.....and again and again....these can be tricky to fix in the code I guess......the most annoying bug for me is the Club House button on the map.....it is always there...even when you are not in the map....clicking on where it would be on the map at any time will interrupt the current dialog you happen to be in....this should be a very easy fix....please fix it....
 

STracer

Newbie
Dec 16, 2023
20
14
The "Preston's secret" mission didn't work for me until much later down the road...not until another student said he was trying to get her to do stuff.....then I redid the mission and I was able to talk to him about what I saw him doing......I know a lot of you are having problems with this mission.
 

f96zonetrooper

Engaged Member
Dec 21, 2018
2,510
2,437
Just encountered a possible legal flaw in writing :

Gi "It's about Flaviya's purpose"
Gi "Her father, when she turns 18, wants her to marry the son of another leader of some organization."
Gi "You know how those arranged marriages from the past ..."
Gi "But"
Mc "Flaviya is against ... right?"
Gi "Actually no, it isn't"
Gi "But she would like to get to that day ... prepared"
Mc "Mmmm in what sense... prepared ??"
Gi "Well ... she doesn't want to be a virgin at marriage"

-> According to Giselle, Flaviya is not yet 18 but wants to have sex with mc.
 
1.80 star(s) 54 Votes