kamus484

Newbie
Oct 5, 2017
17
7
60
I think it's crystal clear in the WK.
1- You have to train with the blondie or the Asian in the gym until you reach some amount of strength points.
2- Go to the bar a watch Monica's show (random day so you have to try on different days)
3- Once 1- is ok, you go with Uma.
I already seen the show like 30 time or more and still don't activate the quest
 

neronwtf

Active Member
Nov 12, 2019
983
876
169
I already seen the show like 30 time or more and still don't activate the quest
Which task are you talking about? He was asking for the ones marked in his screenshot.
If it's Uma's, even if you watch 100 times Monica's show but you don't have enough strength point, you're not going anywhere.
 

biggy100

New Member
Jul 2, 2020
13
3
62
UHM. Someone having sex with your MOM is NOT NTR. Get your facts straight. NTR is someone fucking your steady girlfriend or wife.



Make a text file named _inc_patch.rpy containing:

init 1040 python:
def nameChange( txt ):
#Julia -> Mom
if ("sRockyT" in txt) and ("sJulia" in txt):
sJulia.name = "Mom"
return txt.replace("sJulia","sJulia")
elif ("sRocky" in txt) and ("sJulia" in txt):
sJulia.name = "Mom"
return txt.replace("sJulia","sJulia")
elif ("sRockyT" in txt) and ("Julia" in txt):
return txt.replace("Julia","Mom")
elif ("sRocky" in txt) and ("Julia" in txt):
return txt.replace("Julia","Mom")
#Lucy -> Sis
elif ("sRockyT" in txt) and ("sLucy" in txt):
sLucy.name = "Sis"
return txt.replace("sLucy","sLucy")
elif ("sRocky" in txt) and ("sLucy" in txt):
sLucy.name = "Sis"
return txt.replace("sLucy","sLucy")
elif ("sRockyT" in txt) and ("Lucy" in txt):
return txt.replace("Lucy","Sis")
elif ("sRocky" in txt) and ("Lucy" in txt):
return txt.replace("Lucy","Sis")
#Emma -> Aunt
elif ("sRockyT" in txt) and ("sEmma" in txt):
sEmma.name = "Aunt Emma"
return txt.replace("sEmma","sEmma")
elif ("sRocky" in txt) and ("sEmma" in txt):
sEmma.name = "Aunt Emma"
return txt.replace("sEmma","sEmma")
elif ("sRockyT" in txt) and ("Emma" in txt):
return txt.replace("Emma","Aunt Emma")
elif ("sRocky" in txt) and ("Emma" in txt):
return txt.replace("Emma","Aunt Emma")
#Sara -> Grandma
elif ("sRockyT" in txt) and ("sSara" in txt):
sSara.name = "Grandma Sara"
return txt.replace("sSara","sSara")
elif ("sRocky" in txt) and ("sSara" in txt):
sSara.name = "Grandma Sara"
return txt.replace("sSara","sSara")
elif ("sRockyT" in txt) and ("Sara" in txt):
return txt.replace("Sara","Grandma Sara")
elif ("sRocky" in txt) and ("Sara" in txt):
return txt.replace("Sara","Grandma Sara")
#Olivia Cousin
elif ("sRockyT" in txt) and ("sOlivia" in txt):
sOlivia.name = "Cousin Olivia"
return txt.replace("sOlivia","sOlivia")
elif ("sRocky" in txt) and ("sOlivia" in txt):
sOlivia.name = "Cousin Olivia"
return txt.replace("sOlivia","sOlivia")
elif ("sRockyT" in txt) and ("Olivia" in txt):
return txt.replace("Olivia","Cousin Olivia")
elif ("sRocky" in txt) and ("Olivia" in txt):
return txt.replace("Olivia","Cousin Olivia")
#Walter Uncle
elif ("sRockyT" in txt) and ("sWalter" in txt):
sWalter.name = "Uncle Walter"
return txt.replace("sWalter","sWalter")
elif ("sRocky" in txt) and ("sWalter" in txt):
sWalter.name = "Uncle Walter"
return txt.replace("sWalter","sWalter")
elif ("sRockyT" in txt) and ("Walter" in txt):
return txt.replace("Walter","Uncle Walter")
elif ("sRocky" in txt) and ("Walter" in txt):
return txt.replace("Walter","Uncle Walter")
else:
return txt

config.say_menu_text_filter = nameChange





That would be unrpyc and not unren unless that includes unrpyc.
I did this and my game wouldn't open, comes up with an error. Is there anything i need to change?
 
  • Like
Reactions: CTNK

Canto Forte

Post Pro
Jul 10, 2017
22,499
27,988
1,035
Click on computer in your room then on computer in the middle lower computer screen.
That is all to it - once a day for a few days, then start earning and keep clicking,
buying courses, earning more, till it dissapears.
How do you start the learning programming quest?
Congratulations - 19 days and you are top programmer making 2 thousand coco a gig.
 
  • Haha
Reactions: xapican

Rkiks

Member
Nov 7, 2019
240
100
211
Who has passed the achievements of the milking of the headmaster, please give me working saves
 

Rkiks

Member
Nov 7, 2019
240
100
211
I caught Lily when she was Masturbating she gave me a book I read this book Well I’m going through this achievement with aliens I don’t have a dream what to do next again on a new one already five or six times in a new way
 

Rkiks

Member
Nov 7, 2019
240
100
211
to the author of the game Big respect interesting achievements interesting walkthrough Well cool in general Everything is done
 

Rkiks

Member
Nov 7, 2019
240
100
211
in general, the scribe is complete. I don’t understand how how I should have sex with an alien if I read a book I caught Lisa masturbating while achieving this When the headmaster of the school makes me suck with some kind of alien garbage, but then I don’t dream of an alien that he didn’t do again So
 

kamus484

Newbie
Oct 5, 2017
17
7
60
Which task are you talking about? He was asking for the ones marked in his screenshot.
If it's Uma's, even if you watch 100 times Monica's show but you don't have enough strength point, you're not going anywhere.
I have to see Monica show. I have the strength points but the quest don't advance. Sorry for my English and thanks in advance
 

neronwtf

Active Member
Nov 12, 2019
983
876
169
I have to see Monica show. I have the strength points but the quest don't advance. Sorry for my English and thanks in advance
Which version are you playing? There was a bug on 0.73 with this task that should have been solved in 0,74 according to the dev.
If you already are strong enough, already seeing Monica at the bar, you normally should be able to do the quest.
 
  • Like
Reactions: kamus484
3.90 star(s) 112 Votes