- Dec 21, 2018
- 2,510
- 2,437
It's in the following code :I keep going back to timmy with request how to blackmail zhang
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
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
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: