D.S.-sama

Casual Ren'Py Modder
Modder
Donor
Game Developer
Jul 16, 2017
698
2,058
393
It's the limit on <character>.heart that's used for checks. So if heart is 100 but lim is 20, you get 2 hearts. Or something like that.
Yah but I can't find any hearts variable.

Code:
 class Girls(store.object):
        list = []
        def __init__(self, char, icon):
            self.char = char
            self.icon = icon
            self.show = False
            self.heart = 0
            self.lim = 10
            self.askhelp = False
            self.fuck = False
            self.oral = False
            self.anal = False
            Girls.list.append(self)
EDIT: So higher the points are the better, no?
 

goobdoob

Conversation Conqueror
Modder
Respected User
Dec 17, 2017
7,426
9,715
630
Yah but I can't find any hearts variable.

Code:
 class Girls(store.object):
        list = []
        def __init__(self, char, icon):
            self.char = char
            self.icon = icon
            self.show = False
            self.heart = 0
            self.lim = 10
            self.askhelp = False
            self.fuck = False
            self.oral = False
            self.anal = False
            Girls.list.append(self)
EDIT: So higher the points are the better, no?
The hearts shown are calculated, based on *.heart and *.lim.
 

Nerttu

Forum Fanatic
Jul 4, 2017
4,263
2,079
341
error loaded your saved file.
i got this:

You don't have permission to view the spoiler content. Log in or register now.
So, DID you check my previous post ?????? This is what I wrote: "Find my save here, it`s a near end of 0.9 !!! If that don`t work (your game crashes), then there is something wrong about your whole game." What is it, that you don`t understand ???
 
  • Like
Reactions: Tacito

Jonlilbubaluv

Member
Oct 12, 2017
195
43
179
anyone help me where do i find barbara mother i already taked the photo what i have to do now please ? thx and sorry for bad english
 

Billi.bolli

Newbie
Aug 12, 2018
81
184
119
I have a question:
I nearly completed the Task "Fuck 9 girls", I only need to fuck one more girl.
I fucked the roommate, the dean, Emily, the trainer, the nurse, Barbara, the director and the secretary. So that's 8. WHO IS THE LAST GIRL? Only the librarian (I only can have anal with her) and the Salesgirl (I only can lick her) are left. So I'm stuck. PLEASE help me!
 
May 8, 2018
432
1,133
328
I have a question:
I nearly completed the Task "Fuck 9 girls", I only need to fuck one more girl.
I fucked the roommate, the dean, Emily, the trainer, the nurse, Barbara, the director and the secretary. So that's 8. WHO IS THE LAST GIRL? Only the librarian (I only can have anal with her) and the Salesgirl (I only can lick her) are left. So I'm stuck. PLEASE help me!
You can fuck them both. Check walktrough from 1 page for details.
 

Tacito

Forum Fanatic
Jul 15, 2017
5,956
53,912
912
3.30 star(s) 181 Votes