Steve70

Member
Sep 13, 2017
484
543
I keep wanting to try this game because the character models look cute, but everytime I read the complaints about grinding and getting the game to function properly, it scares me away.
 
  • Like
Reactions: joe316

skydra

Member
May 4, 2017
110
515
when I click on this part I get this error, does it happen to anyone else?
View attachment FormatFactory Screen Record20210815_213334.mp4

















Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "game/gallery.rpy", line 1484, in execute
    screen GalleryMenu():
  File "game/gallery.rpy", line 1484, in execute
    screen GalleryMenu():
  File "game/gallery.rpy", line 1487, in execute
    frame:
  File "game/gallery.rpy", line 1489, in execute
    vbox:
  File "game/gallery.rpy", line 1495, in execute
    grid gal_cols gal_rows:
  File "game/gallery.rpy", line 1500, in execute
    for version, pic, hint in gallery_versions_list:
  File "game/gallery.rpy", line 1502, in execute
    if i <= (cg_page_GM+1)*gal_cells and i>cg_page_GM*gal_cells:
  File "game/gallery.rpy", line 1503, in execute
    vbox:
  File "game/gallery.rpy", line 1504, in execute
    imagebutton:
  File "game/gallery.rpy", line 1504, in keywords
    imagebutton:
  File "game/gallery.rpy", line 1505, in <module>
    action SetVariable("galleryVersion", version), SetVariable("cg_page_GM", 0), SetVariable("cg_page", 0), mtt.Action(Text("")), SetField(mtt, 'redraw', False), Show("cg_gallery"), Hide("GalleryMenu")
NameError: name 'mtt' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "renpy/ast.py", line 922, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2218, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3101, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3512, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 432, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3512, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 443, in per_interact
    self.update()
  File "renpy/display/screen.py", line 631, in update
    self.screen.function(**self.scope)
  File "game/gallery.rpy", line 1484, in execute
    screen GalleryMenu():
  File "game/gallery.rpy", line 1484, in execute
    screen GalleryMenu():
  File "game/gallery.rpy", line 1487, in execute
    frame:
  File "game/gallery.rpy", line 1489, in execute
    vbox:
  File "game/gallery.rpy", line 1495, in execute
    grid gal_cols gal_rows:
  File "game/gallery.rpy", line 1500, in execute
    for version, pic, hint in gallery_versions_list:
  File "game/gallery.rpy", line 1502, in execute
    if i <= (cg_page_GM+1)*gal_cells and i>cg_page_GM*gal_cells:
  File "game/gallery.rpy", line 1503, in execute
    vbox:
  File "game/gallery.rpy", line 1504, in execute
    imagebutton:
  File "game/gallery.rpy", line 1504, in keywords
    imagebutton:
  File "game/gallery.rpy", line 1505, in <module>
    action SetVariable("galleryVersion", version), SetVariable("cg_page_GM", 0), SetVariable("cg_page", 0), mtt.Action(Text("")), SetField(mtt, 'redraw', False), Show("cg_gallery"), Hide("GalleryMenu")
NameError: name 'mtt' is not defined

Windows-10-10.0.15063
Ren'Py 7.4.4.1439
My best friend's daughter 11.32
Sun Aug 15 21:31:56 2021
 

Celaviegroup

Well-Known Member
Game Developer
Aug 27, 2018
1,195
2,894
when I click on this part I get this error, does it happen to anyone else?
View attachment 1354972

















Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "game/gallery.rpy", line 1484, in execute
    screen GalleryMenu():
  File "game/gallery.rpy", line 1484, in execute
    screen GalleryMenu():
  File "game/gallery.rpy", line 1487, in execute
    frame:
  File "game/gallery.rpy", line 1489, in execute
    vbox:
  File "game/gallery.rpy", line 1495, in execute
    grid gal_cols gal_rows:
  File "game/gallery.rpy", line 1500, in execute
    for version, pic, hint in gallery_versions_list:
  File "game/gallery.rpy", line 1502, in execute
    if i <= (cg_page_GM+1)*gal_cells and i>cg_page_GM*gal_cells:
  File "game/gallery.rpy", line 1503, in execute
    vbox:
  File "game/gallery.rpy", line 1504, in execute
    imagebutton:
  File "game/gallery.rpy", line 1504, in keywords
    imagebutton:
  File "game/gallery.rpy", line 1505, in <module>
    action SetVariable("galleryVersion", version), SetVariable("cg_page_GM", 0), SetVariable("cg_page", 0), mtt.Action(Text("")), SetField(mtt, 'redraw', False), Show("cg_gallery"), Hide("GalleryMenu")
NameError: name 'mtt' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "renpy/ast.py", line 922, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2218, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3101, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3512, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 432, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3512, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 443, in per_interact
    self.update()
  File "renpy/display/screen.py", line 631, in update
    self.screen.function(**self.scope)
  File "game/gallery.rpy", line 1484, in execute
    screen GalleryMenu():
  File "game/gallery.rpy", line 1484, in execute
    screen GalleryMenu():
  File "game/gallery.rpy", line 1487, in execute
    frame:
  File "game/gallery.rpy", line 1489, in execute
    vbox:
  File "game/gallery.rpy", line 1495, in execute
    grid gal_cols gal_rows:
  File "game/gallery.rpy", line 1500, in execute
    for version, pic, hint in gallery_versions_list:
  File "game/gallery.rpy", line 1502, in execute
    if i <= (cg_page_GM+1)*gal_cells and i>cg_page_GM*gal_cells:
  File "game/gallery.rpy", line 1503, in execute
    vbox:
  File "game/gallery.rpy", line 1504, in execute
    imagebutton:
  File "game/gallery.rpy", line 1504, in keywords
    imagebutton:
  File "game/gallery.rpy", line 1505, in <module>
    action SetVariable("galleryVersion", version), SetVariable("cg_page_GM", 0), SetVariable("cg_page", 0), mtt.Action(Text("")), SetField(mtt, 'redraw', False), Show("cg_gallery"), Hide("GalleryMenu")
NameError: name 'mtt' is not defined

Windows-10-10.0.15063
Ren'Py 7.4.4.1439
My best friend's daughter 11.32
Sun Aug 15 21:31:56 2021
Download latest version from my Patreon site
 

Celaviegroup

Well-Known Member
Game Developer
Aug 27, 2018
1,195
2,894
I keep wanting to try this game because the character models look cute, but everytime I read the complaints about grinding and getting the game to function properly, it scares me away.
Maybe you should try to play it and ignore these comments - make your own judgement - but please remember to read the instructions in the start of the game - that will help you to avoid grind. If you get stuck - follow the hints in the gallery section
 
Jun 21, 2018
38
25
This changing character between the girl and the guy takes away some magic from the game, it's like I'm flirting with myself at the end, but it says that if I don't pay attention to that, it will end in a game over.
 

Burg

Member
Jul 22, 2017
180
173
This changing character between the girl and the guy takes away some magic from the game, it's like I'm flirting with myself at the end, but it says that if I don't pay attention to that, it will end in a game over.
I think the only time that could happen is in Episode 1, which is pretty much a tutorial to the game mechanisms.
 
  • Like
Reactions: Celaviegroup

Celaviegroup

Well-Known Member
Game Developer
Aug 27, 2018
1,195
2,894
This changing character between the girl and the guy takes away some magic from the game, it's like I'm flirting with myself at the end, but it says that if I don't pay attention to that, it will end in a game over.
I introduced that option to give the game a new dimension. You never know how girls will react :) (real life) - Here you have a chance to manipulate her :)
 
  • Like
Reactions: Zuhl and Burg

Momo1521

Newbie
Donor
Jun 4, 2017
64
42
when I click on this part I get this error, does it happen to anyone else?
View attachment 1354972

















Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "game/gallery.rpy", line 1484, in execute
    screen GalleryMenu():
  File "game/gallery.rpy", line 1484, in execute
    screen GalleryMenu():
  File "game/gallery.rpy", line 1487, in execute
    frame:
  File "game/gallery.rpy", line 1489, in execute
    vbox:
  File "game/gallery.rpy", line 1495, in execute
    grid gal_cols gal_rows:
  File "game/gallery.rpy", line 1500, in execute
    for version, pic, hint in gallery_versions_list:
  File "game/gallery.rpy", line 1502, in execute
    if i <= (cg_page_GM+1)*gal_cells and i>cg_page_GM*gal_cells:
  File "game/gallery.rpy", line 1503, in execute
    vbox:
  File "game/gallery.rpy", line 1504, in execute
    imagebutton:
  File "game/gallery.rpy", line 1504, in keywords
    imagebutton:
  File "game/gallery.rpy", line 1505, in <module>
    action SetVariable("galleryVersion", version), SetVariable("cg_page_GM", 0), SetVariable("cg_page", 0), mtt.Action(Text("")), SetField(mtt, 'redraw', False), Show("cg_gallery"), Hide("GalleryMenu")
NameError: name 'mtt' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "renpy/ast.py", line 922, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2218, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3101, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3512, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 432, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3512, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 443, in per_interact
    self.update()
  File "renpy/display/screen.py", line 631, in update
    self.screen.function(**self.scope)
  File "game/gallery.rpy", line 1484, in execute
    screen GalleryMenu():
  File "game/gallery.rpy", line 1484, in execute
    screen GalleryMenu():
  File "game/gallery.rpy", line 1487, in execute
    frame:
  File "game/gallery.rpy", line 1489, in execute
    vbox:
  File "game/gallery.rpy", line 1495, in execute
    grid gal_cols gal_rows:
  File "game/gallery.rpy", line 1500, in execute
    for version, pic, hint in gallery_versions_list:
  File "game/gallery.rpy", line 1502, in execute
    if i <= (cg_page_GM+1)*gal_cells and i>cg_page_GM*gal_cells:
  File "game/gallery.rpy", line 1503, in execute
    vbox:
  File "game/gallery.rpy", line 1504, in execute
    imagebutton:
  File "game/gallery.rpy", line 1504, in keywords
    imagebutton:
  File "game/gallery.rpy", line 1505, in <module>
    action SetVariable("galleryVersion", version), SetVariable("cg_page_GM", 0), SetVariable("cg_page", 0), mtt.Action(Text("")), SetField(mtt, 'redraw', False), Show("cg_gallery"), Hide("GalleryMenu")
NameError: name 'mtt' is not defined

Windows-10-10.0.15063
Ren'Py 7.4.4.1439
My best friend's daughter 11.32
Sun Aug 15 21:31:56 2021

did someone find a fix for this? maybe we need to define variable mtt and it would work?
 

Momo1521

Newbie
Donor
Jun 4, 2017
64
42
when I click on this part I get this error, does it happen to anyone else?
View attachment 1354972

















Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "game/gallery.rpy", line 1484, in execute
    screen GalleryMenu():
  File "game/gallery.rpy", line 1484, in execute
    screen GalleryMenu():
  File "game/gallery.rpy", line 1487, in execute
    frame:
  File "game/gallery.rpy", line 1489, in execute
    vbox:
  File "game/gallery.rpy", line 1495, in execute
    grid gal_cols gal_rows:
  File "game/gallery.rpy", line 1500, in execute
    for version, pic, hint in gallery_versions_list:
  File "game/gallery.rpy", line 1502, in execute
    if i <= (cg_page_GM+1)*gal_cells and i>cg_page_GM*gal_cells:
  File "game/gallery.rpy", line 1503, in execute
    vbox:
  File "game/gallery.rpy", line 1504, in execute
    imagebutton:
  File "game/gallery.rpy", line 1504, in keywords
    imagebutton:
  File "game/gallery.rpy", line 1505, in <module>
    action SetVariable("galleryVersion", version), SetVariable("cg_page_GM", 0), SetVariable("cg_page", 0), mtt.Action(Text("")), SetField(mtt, 'redraw', False), Show("cg_gallery"), Hide("GalleryMenu")
NameError: name 'mtt' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "renpy/ast.py", line 922, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2218, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3101, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3512, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/core.py", line 567, in visit_all
    d.visit_all(callback, seen)
  File "renpy/display/screen.py", line 432, in visit_all
    callback(self)
  File "renpy/display/core.py", line 3512, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "renpy/display/screen.py", line 443, in per_interact
    self.update()
  File "renpy/display/screen.py", line 631, in update
    self.screen.function(**self.scope)
  File "game/gallery.rpy", line 1484, in execute
    screen GalleryMenu():
  File "game/gallery.rpy", line 1484, in execute
    screen GalleryMenu():
  File "game/gallery.rpy", line 1487, in execute
    frame:
  File "game/gallery.rpy", line 1489, in execute
    vbox:
  File "game/gallery.rpy", line 1495, in execute
    grid gal_cols gal_rows:
  File "game/gallery.rpy", line 1500, in execute
    for version, pic, hint in gallery_versions_list:
  File "game/gallery.rpy", line 1502, in execute
    if i <= (cg_page_GM+1)*gal_cells and i>cg_page_GM*gal_cells:
  File "game/gallery.rpy", line 1503, in execute
    vbox:
  File "game/gallery.rpy", line 1504, in execute
    imagebutton:
  File "game/gallery.rpy", line 1504, in keywords
    imagebutton:
  File "game/gallery.rpy", line 1505, in <module>
    action SetVariable("galleryVersion", version), SetVariable("cg_page_GM", 0), SetVariable("cg_page", 0), mtt.Action(Text("")), SetField(mtt, 'redraw', False), Show("cg_gallery"), Hide("GalleryMenu")
NameError: name 'mtt' is not defined

Windows-10-10.0.15063
Ren'Py 7.4.4.1439
My best friend's daughter 11.32
Sun Aug 15 21:31:56 2021
Gallery Fix

Okay guys open up "gallery.rpy" in the game folder with a text editor. Paste the following two lines in at the top where it is defining other variables. Save and restart your game it should work.


define mtt = MouseTooltip(Text(""))
define galleryVersion = ""

1629294685781.png
 

Celaviegroup

Well-Known Member
Game Developer
Aug 27, 2018
1,195
2,894
Gallery Fix

Okay guys open up "gallery.rpy" in the game folder with a text editor. Paste the following two lines in at the top where it is defining other variables. Save and restart your game it should work.


define mtt = MouseTooltip(Text(""))
define galleryVersion = ""

View attachment 1358991
Or simply download latest version from my Patreon page
 

Whatthefark

Newbie
Jul 10, 2020
15
29
Am I the only one getting more than one error like this in between most scenes? Just replaying from start and it's making the game pretty much unplayable...

Edit:: this is the latest version, downloaded from Patreon. ;)

Edit2:: also did a complete "reinstall" using the above zip, and making sure that previous save had been deleted from the user Renpy folder as per previous posts...

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/main.rpy", line 20, in <module>
NameError: name 'episode10' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "main.rpyc", line 20, in script
  File "renpy/ast.py", line 1852, in execute
    if renpy.python.py_eval(condition):
  File "renpy/python.py", line 2249, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 2242, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/main.rpy", line 20, in <module>
NameError: name 'episode10' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
My best friend's daughter 11.33
Wed Aug 18 23:58:11 2021
 
Last edited:

mikl

Newbie
May 16, 2017
49
53
The quote [Gelavegroup said:"Or simply download latest version from my Patreon page"]

I just download each version from the PATREON and play without problems. Play, and do not look for the brain in the ass. The developer will not advise anything bad. (Sorry for my English, I'm from Russia.)
 

Burg

Member
Jul 22, 2017
180
173
Am I the only one getting more than one error like this in between most scenes? Just replaying from start and it's making the game pretty much unplayable...

Edit:: this is the latest version, downloaded from Patreon. ;)

Edit2:: also did a complete "reinstall" using the above zip, and making sure that previous save had been deleted from the user Renpy folder as per previous posts...

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/main.rpy", line 20, in <module>
NameError: name 'episode10' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "main.rpyc", line 20, in script
  File "renpy/ast.py", line 1852, in execute
    if renpy.python.py_eval(condition):
  File "renpy/python.py", line 2249, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 2242, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/main.rpy", line 20, in <module>
NameError: name 'episode10' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
My best friend's daughter 11.33
Wed Aug 18 23:58:11 2021
My guess would be that you're missing quite a bit of the assets required for the game. What I can advise, from this happening on almost any renpy game:
1. Make sure the path where you unzip the game to is fresh, meaning don't reuse an existing directory. The game getting confused between 2 versions.
2. Your zip might be broken. Download again please. Not all the assets are extracted.

Edit:
1. I'm assuming you're not playing with any mods?
2. If you're still stuck, either here or on the dev's Discord, upload your save for them to check
 

Celaviegroup

Well-Known Member
Game Developer
Aug 27, 2018
1,195
2,894
Am I the only one getting more than one error like this in between most scenes? Just replaying from start and it's making the game pretty much unplayable...

Edit:: this is the latest version, downloaded from Patreon. ;)

Edit2:: also did a complete "reinstall" using the above zip, and making sure that previous save had been deleted from the user Renpy folder as per previous posts...

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/main.rpy", line 20, in <module>
NameError: name 'episode10' is not defined

-- Full Traceback ------------------------------------------------------------

Full traceback:
  File "main.rpyc", line 20, in script
  File "renpy/ast.py", line 1852, in execute
    if renpy.python.py_eval(condition):
  File "renpy/python.py", line 2249, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "renpy/python.py", line 2242, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/main.rpy", line 20, in <module>
NameError: name 'episode10' is not defined

Windows-10-10.0.19041
Ren'Py 7.4.4.1439
My best friend's daughter 11.33
Wed Aug 18 23:58:11 2021
Which Platform are you using - Linux, Windows,Mac or Android?
 

Celaviegroup

Well-Known Member
Game Developer
Aug 27, 2018
1,195
2,894
here u go
Thanks a lot
Just tested with 11.33 and I have not been able to reproduce this bug. I can see what has gone wrong but that shouldn't be possible. Do you have your save file from end episode 10 - you were using before you got episode 11.
I appreciate your help, thanks a lot
 

jeroentje

Member
Apr 8, 2020
178
118
Hello. I'm stuck in episode 3 in the last event. According to the walkthrough it says Auto (fly) Event 63. But nothing happens automatically. Please advice (y)
 
2.50 star(s) 92 Votes