- Oct 1, 2017
- 2,473
- 6,097
So the sister wants that i make some drugs for her. Anyone know what the hell i am even supposed to do with this?
If you read the 3 posts directly before your post it may offer some answers.So the sister wants that i make some drugs for her. Anyone know what the hell i am even supposed to do with this?
Yeah, I see the bug. That attached file fixes it, although it could be simplified since the design isn't really important to what the function returns.Thanks, I got that. What I'm saying is that the problem may lie elsewhere. I haven't had time to test it but I found the potential fix, quoted below
def get_max_serum_count(self):
highest_count = 0$
for _, count in self.serums_held:$
if count > highest_count:$
highest_count = count$
return highest_count$
def sister_oral_quest_2_requirement(the_person):
if not the_person.event_triggers_dict.get("sister_oral_quest_active", False):
return False
elif not the_person.event_triggers_dict.get("sister_oral_quest_progress", 0) == 1:
return False
elif mc.business.funds < 1200:
return ""
else:
return True
Thank you very much but i face a problem with that and therefore i asked. I realize however i did not go into detail what my problem with that quest is. So i apologize for my lack of detail. I made some different serums that increase happiness and none of them works. So i run around with about 50 of them now. That would be 5 different serums and 10 each.If you read the 3 posts directly before your post it may offer some answers.
Breast size.What do you need to make boobjob show up as a special action with random women? A specific number of love/obedience?
they need to be your girlfriend/paramourWhat do you need to make boobjob show up as a special action with random women? A specific number of love/obedience?
Letting grandpas play this sort of game may be dangerous for their healthImagine telling your grandpa how to do it and then explain it to me the exact same way. Your help is much appreciated.
Yeah but grandpa is becoming a dad of a 4th child this year. So grandpas health seems to be good. Its just the technology stuff i can't keep up anymoreLetting grandpas play this sort of game may be dangerous for their health
Can hire for strip club in modhey how to hire relative mom or sister aunty .vb in your company
this what you must do to open a console ... but i don't think the fix needed this.so uh...
Is there a way to get the sister Phone thing to work?
I tried downloading someones fix, nothing happened
I can't open console for some reason and I'm not sure what I'd put anyway
what do?
Yes, I extracted it correctly, it overwrote the files, nothing happened.But i think you mean this post with the patch for the telephone solution?
https://f95zone.to/threads/lab-rats-2-v0-46-1-vren.7260/post-6930515
When you extracted it, was there the question if you want to override the existing file? If it was, are you sure that you choose to override?
I would be better to describe what you have done and than ask for help, so i am not quite sure how to help.
Can you go speak with the sister, open the console and type : the_person.event_triggers_dict["sister_oral_quest_active"] and the_person.event_triggers_dict["sister_oral_quest_progress"] . The first one should return True and the second one a number, if you installed the fix after beginning the quest the second line will give an error then type the_person.event_triggers_dict["sister_oral_quest_progress"] = 0 . That should do the trick, normally.Yes, I extracted it correctly, it overwrote the files, nothing happened.
I'm assuming that because I triggered needing the phone before installing this that the flag that triggers it is already set on, so it doesn't execute
If possible, I would use console commands to reset that flag to off and trigger it again to see if it works