Night Hacker

Forum Fanatic
Jul 3, 2021
4,460
22,046
There was a slight problem with the scene after MC brings Jamila back home from the hospital, I get an exception due to an undefined variable "day77jamilaMilked". I think I see why as well. If "jamLactation" is zero, than we never enter into the menu option around 21585 in script.rpy and thus, "day77jamilaMilked" never gets defined. I personally edited this and simply added "$ day77jamilaMilked = 0" to line 21576 (the line before "if jamLactation == 1") ensuring that it is defined.

I guess this is due to me not going for any of the Jamila lactation stuff or whatever and around line 21786 it has "if day77jamilaMilked == 1" and that is where the undefined exception occurs as the menu options to go for milking or not never happens and it never gets defined at all.

Whenever adding a variable into the game, you should get into the habit of adding a definition for it at the top of the file (or in a separate variables file) where it gets defined with a default value (like zero or whatever).
 

Benign Sin

Newbie
Jan 12, 2023
23
42
These last couple of updates have been MINDBLOWING. I felt like i was being electrocuted playing through several of these scenes, and they kept piling up one after another after another.
Holy Shit.
 
  • Red Heart
Reactions: MoonBox

ramvivat

Engaged Member
Jun 28, 2022
2,607
1,527
if I were an MC, then I would ask, when Asami ate a banana after losing the argument and her breasts enlarged from an allergic reaction, is there any pain, and if there are none, I would convince her agree on the terms of increasing the fees for her services as a maid, to change her menu, to include bananas in her personal menu... so that Asami walks around the house with large breasts during work hours.

also I did not notice any other negative factors affecting Asami, except for the fact that she is very embarrassed by the fact that she has large breasts. so, personally, I see no reason why not to persuade Asami to do this kind of regular performance during working hours. but we know that girls become so cute when they are embarrassed.
 
Last edited:

Elhemeer

Forum Fanatic
Jun 20, 2022
5,725
9,565
Thank you very much for this great double update, moonbox. I realy enjoyed it very much.

Just look, don't touch, my dear. :LOL:

View attachment 2646759
This would be perfect if the hair wasn't too dark ;)
THERE'S NO SEX WITH NANA YET
If you say so ...
There was a slight problem with the scene after MC brings Jamila back home from the hospital, I get an exception due to an undefined variable "day77jamilaMilked". I think I see why as well. If "jamLactation" is zero, than we never enter into the menu option around 21585 in script.rpy and thus, "day77jamilaMilked" never gets defined. I personally edited this and simply added "$ day77jamilaMilked = 0" to line 21576 (the line before "if jamLactation == 1") ensuring that it is defined.

I guess this is due to me not going for any of the Jamila lactation stuff or whatever and around line 21786 it has "if day77jamilaMilked == 1" and that is where the undefined exception occurs as the menu options to go for milking or not never happens and it never gets defined at all.

Whenever adding a variable into the game, you should get into the habit of adding a definition for it at the top of the file (or in a separate variables file) where it gets defined with a default value (like zero or whatever).
Pretty sure I saw MoonBox respond to someone else about this. I believe the essence of that response was "I forgot some people might turn that down."
 
3.80 star(s) 291 Votes