Zybe

Newbie
Aug 18, 2020
43
78
92
For people who have problems with the latest development branch: you need renpy 8.2.1 to fix a lot of it (like no more homes visible, Stephanie no longer researching properly, probably more bugs...).

Best if someone removes the link to renpy 8.1.3 on the section "beta" of the front page.
What about the numerous posts that say 8.2.1 causes issues and you should use 8.1.3? Did that change? Even the gitgud page specifically says you need 8.1.3.
Confusing.
Would really love a new AIO version sometime soon, it's been 7 months.
 
Jan 7, 2018
214
119
183
What about the numerous posts that say 8.2.1 causes issues and you should use 8.1.3? Did that change?
Yes, that changed very recently (April 18).

However, I did use Renpy 8.2.1 and had the same issues bluted wrote about. Will try again today.
 

bluted

New Member
May 22, 2020
11
3
133
Yes, that changed very recently (April 18).

However, I did use Renpy 8.2.1 and had the same issues bluted wrote about. Will try again today.
Just tried the latest version (with renpy 8.2.1), homes still broken. The other things I encountered work now. The latest build is more buggy than usual.
 

rb813

Well-Known Member
Aug 28, 2018
1,587
1,088
326
I feel like the biggest impediment would just be positions, since it's prohibitively difficult to make new poses, so you're limited by what kind of foursome setups you can simulate with the poses that already exist in the game. I guess you could do the usual threesome setups (one girl on top of the other who's eating her out) with the fourth just kinda kneeling to the side.
Thinking about this further, I think I'd kinda prefer to at least have the option in any group sex (the existing threesomes or theoretical foursomes) to just do the normal sex pose with the one girl you're penetrating, and then also have the other girls standing or kneeling or whatever, visible but just kinda off to the side on their own. I don't really like threesomes much in this game, at least visually, because they're usually shrunk down and my view of one girl is blocked by the other.
 

wolz

New Member
Oct 14, 2017
11
6
13
I get this error. What am I doing wrong?

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 409, in script
call screen main_choice_display(build_menu_items([build_people_list(), build_actions_list(), build_nearby_location_list()]))
File "renpy/common/000statements.rpy", line 663, in execute_call_screen
args, kwargs = a.evaluate()
File "game/script.rpy", line 409, in <module>
call screen main_choice_display(build_menu_items([build_people_list(), build_actions_list(), build_nearby_location_list()]))
File "game/script.rpy", line 294, in build_nearby_location_list
nearby = [x for x in mc.current_location_hub.visible_locations if x != mc.location and x.is_accessible]
File "game/script.rpy", line 294, in <lambda>
nearby = [x for x in mc.current_location_hub.visible_locations if x != mc.location and x.is_accessible]
NameError: name 'list_of_hubs' is not defined

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

Full traceback:
File "game/script.rpy", line 409, in script
call screen main_choice_display(build_menu_items([build_people_list(), build_actions_list(), build_nearby_location_list()]))
File "C:\Users\ASUS\Downloads\renpy-8.2.1-sdk\renpy\ast.py", line 1968, in execute
self.call("execute")
File "C:\Users\ASUS\Downloads\renpy-8.2.1-sdk\renpy\ast.py", line 1950, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "C:\Users\ASUS\Downloads\renpy-8.2.1-sdk\renpy\statements.py", line 349, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 663, in execute_call_screen
args, kwargs = a.evaluate()
File "C:\Users\ASUS\Downloads\renpy-8.2.1-sdk\renpy\parameter.py", line 477, in evaluate
value = renpy.python.py_eval(v, locals=scope)
File "C:\Users\ASUS\Downloads\renpy-8.2.1-sdk\renpy\python.py", line 1209, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\ASUS\Downloads\renpy-8.2.1-sdk\renpy\python.py", line 1202, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script.rpy", line 409, in <module>
call screen main_choice_display(build_menu_items([build_people_list(), build_actions_list(), build_nearby_location_list()]))
File "game/script.rpy", line 294, in build_nearby_location_list
nearby = [x for x in mc.current_location_hub.visible_locations if x != mc.location and x.is_accessible]
File "game/script.rpy", line 294, in <lambda>
nearby = [x for x in mc.current_location_hub.visible_locations if x != mc.location and x.is_accessible]
File "game/main_character/MainCharacter_ren.py", line 142, in current_location_hub
return next((x for x in list_of_hubs if self.location in x), MapHub("Current", "Current", locations = [self.location], position = home_hub.position))
NameError: name 'list_of_hubs' is not defined

Windows-10-10.0.22631 AMD64
Ren'Py 8.2.1.24030407
Lab Rats 2 - Down to Business 2023.12-code-beta
Sat Apr 20 19:54:21 2024
 

wolz

New Member
Oct 14, 2017
11
6
13
And I also get this error.

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 398, in script
python:
File "game/script.rpy", line 405, in <module>
for x in list_of_hubs:
NameError: name 'list_of_hubs' is not defined

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

Full traceback:
File "game/script.rpy", line 398, in script
python:
File "C:\Users\ASUS\Downloads\renpy-8.2.1-sdk\renpy\ast.py", line 823, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\ASUS\Downloads\renpy-8.2.1-sdk\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/script.rpy", line 405, in <module>
for x in list_of_hubs:
NameError: name 'list_of_hubs' is not defined

Windows-10-10.0.22631 AMD64
Ren'Py 8.2.1.24030407
Lab Rats 2 - Down to Business 2023.12-code-beta
Sat Apr 20 19:55:52 2024
 

Ardash

Newbie
Jul 3, 2022
45
33
152
And I also get this error.

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 398, in script
python:
File "game/script.rpy", line 405, in <module>
for x in list_of_hubs:
NameError: name 'list_of_hubs' is not defined

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

Full traceback:
File "game/script.rpy", line 398, in script
python:
File "C:\Users\ASUS\Downloads\renpy-8.2.1-sdk\renpy\ast.py", line 823, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\ASUS\Downloads\renpy-8.2.1-sdk\renpy\python.py", line 1178, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/script.rpy", line 405, in <module>
for x in list_of_hubs:
NameError: name 'list_of_hubs' is not defined

Windows-10-10.0.22631 AMD64
Ren'Py 8.2.1.24030407
Lab Rats 2 - Down to Business 2023.12-code-beta
Sat Apr 20 19:55:52 2024
It is not working with current renpy 8.2. Download 8.1.3
 

SilverFire

Member
Apr 28, 2017
189
52
143
3. Sakari is a special character without a schedule until you officially meet her via Kaya's story. The same thing happens with Ashley and I would assume any other story character until their triggers are activated.

Yeah, that much i figured. But when exactly should her schedule start? What is the event sequence? Is there something i haven`t done yet, or is it a bug that she`s still stuck at home? I used the favour system (which i saw is by default disabled in game events, i enabled it manually) while talking with Kaya to discover Kaya`s home and Sakari was also in the same home. Since then i started corrupting her, so maybe i fu*ked up her triggers somehow? Or maybe i didn`t progress enough with Kaya?

And another question, is there a production manager? I saw Ashley is a production assistant, but i don`t have a manager yet...
Also, is 40 the max sluttines for the sex shop wardrobe or did i miss something? Seems a bit low...
 
Last edited:

Etar

Active Member
Jul 17, 2017
868
1,499
368
I get this error. What am I doing wrong?

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/script.rpy", line 409, in script
call screen main_choice_display(build_menu_items([build_people_list(), build_actions_list(), build_nearby_location_list()]))
File "renpy/common/000statements.rpy", line 663, in execute_call_screen
args, kwargs = a.evaluate()
File "game/script.rpy", line 409, in <module>
call screen main_choice_display(build_menu_items([build_people_list(), build_actions_list(), build_nearby_location_list()]))
File "game/script.rpy", line 294, in build_nearby_location_list
nearby = [x for x in mc.current_location_hub.visible_locations if x != mc.location and x.is_accessible]
File "game/script.rpy", line 294, in <lambda>
nearby = [x for x in mc.current_location_hub.visible_locations if x != mc.location and x.is_accessible]
NameError: name 'list_of_hubs' is not defined

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

Full traceback:
File "game/script.rpy", line 409, in script
call screen main_choice_display(build_menu_items([build_people_list(), build_actions_list(), build_nearby_location_list()]))
File "C:\Users\ASUS\Downloads\renpy-8.2.1-sdk\renpy\ast.py", line 1968, in execute
self.call("execute")
File "C:\Users\ASUS\Downloads\renpy-8.2.1-sdk\renpy\ast.py", line 1950, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "C:\Users\ASUS\Downloads\renpy-8.2.1-sdk\renpy\statements.py", line 349, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 663, in execute_call_screen
args, kwargs = a.evaluate()
File "C:\Users\ASUS\Downloads\renpy-8.2.1-sdk\renpy\parameter.py", line 477, in evaluate
value = renpy.python.py_eval(v, locals=scope)
File "C:\Users\ASUS\Downloads\renpy-8.2.1-sdk\renpy\python.py", line 1209, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\ASUS\Downloads\renpy-8.2.1-sdk\renpy\python.py", line 1202, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script.rpy", line 409, in <module>
call screen main_choice_display(build_menu_items([build_people_list(), build_actions_list(), build_nearby_location_list()]))
File "game/script.rpy", line 294, in build_nearby_location_list
nearby = [x for x in mc.current_location_hub.visible_locations if x != mc.location and x.is_accessible]
File "game/script.rpy", line 294, in <lambda>
nearby = [x for x in mc.current_location_hub.visible_locations if x != mc.location and x.is_accessible]
File "game/main_character/MainCharacter_ren.py", line 142, in current_location_hub
return next((x for x in list_of_hubs if self.location in x), MapHub("Current", "Current", locations = [self.location], position = home_hub.position))
NameError: name 'list_of_hubs' is not defined

Windows-10-10.0.22631 AMD64
Ren'Py 8.2.1.24030407
Lab Rats 2 - Down to Business 2023.12-code-beta
Sat Apr 20 19:54:21 2024
Chances are you did nothing wrong. Using a beta means you're using inprogress code. Which means it hasnt be tested and errors like the one you got havent been caught and fixed yet.
 

dmmt

Well-Known Member
May 8, 2020
1,009
986
164
sooooo does this try and keep LR2 going?

LR was good, and I have tried repeatedly to get into LR2 but the whole serum combo thing is complex AF. Still, I like the premise. Was not happy to see it abandon. Does this extend it?
 

DrLizardman

Active Member
Apr 28, 2021
591
215
166
sooooo does this try and keep LR2 going?

LR was good, and I have tried repeatedly to get into LR2 but the whole serum combo thing is complex AF. Still, I like the premise. Was not happy to see it abandon. Does this extend it?
Extend how? considering the original game was abandoned I would say "yes" by virtue of there are still updates. I never played the original so im not sure how much story is added but I know there is at least a few characters they have added in this version.
 

SDN111

Member
Sep 26, 2023
183
132
129
Yeah, that much i figured. But when exactly should her schedule start? What is the event sequence? Is there something i haven`t done yet, or is it a bug that she`s still stuck at home? I used the favour system (which i saw is by default disabled in game events, i enabled it manually) while talking with Kaya to discover Kaya`s home and Sakari was also in the same home. Since then i started corrupting her, so maybe i fu*ked up her triggers somehow? Or maybe i didn`t progress enough with Kaya?

And another question, is there a production manager? I saw Ashley is a production assistant, but i don`t have a manager yet...
Also, is 40 the max sluttines for the sex shop wardrobe or did i miss something? Seems a bit low...
Depending on the version you are playing Sakari became active once Kaya introduced you to her. By that in the past she occasionally left the house. I do not know if that is still the case with the Kaya story update.

Ashley (assuming you didn't personally recruit her before Stephanie brought it up) is your manager for production. The job does not contain manager.
 

On'Jin

Newbie
Oct 10, 2019
31
9
131
Hello, it's me again !

I have a new & quick question, not about event, but about "special training"

more specifically, is there others special training that "Online whore" and "Fascination breeding" ?

i'm trying to modify what the girls working for me like with trance, (I have a lot that liked being submissive by default, and other sex act, so too much alike girls), and since i only saw Online whore/Fascination breeding i was wondering if there are other special training that i don't see yet?
 

SilverFire

Member
Apr 28, 2017
189
52
143
Depending on the version you are playing Sakari became active once Kaya introduced you to her. By that in the past she occasionally left the house. I do not know if that is still the case with the Kaya story update.

Ashley (assuming you didn't personally recruit her before Stephanie brought it up) is your manager for production. The job does not contain manager.

I play v2023.12-code-beta

Sakari did not become active after Kaya introduced her. Also Kaya`s Story Progress button now gives me an error. Is there any way to fix it? It worked fine for a while but at a certain point in her story it started giving this error when i click it:


I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/000statements.rpy", line 670, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/game_screens/hud_screens/story_progress_screen.rpy", line 1, in execute
File "game/game_screens/hud_screens/story_progress_screen.rpy", line 1, in execute
File "game/game_screens/hud_screens/story_progress_screen.rpy", line 9, in execute
File "game/game_screens/hud_screens/story_progress_screen.rpy", line 66, in execute
File "game/game_screens/hud_screens/story_progress_screen.rpy", line 69, in execute
File "game/game_screens/hud_screens/story_progress_screen.rpy", line 72, in execute
File "game/game_screens/hud_screens/story_progress_screen.rpy", line 74, in execute
File "game/game_screens/hud_screens/story_progress_screen.rpy", line 78, in execute
File "game/game_screens/hud_screens/story_progress_screen.rpy", line 80, in execute
File "game/game_screens/hud_screens/story_progress_screen.rpy", line 80, in <module>
AttributeError: 'RevertableDict' object has no attribute 'append'

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

Full traceback:
File "script.rpyc", line 463, in script call
File "script.rpyc", line 456, in script call
File "script.rpyc", line 583, in script
File "E:\Games\Hentai\Lab Rats 2\LabRats2-Reformulate-2023.12-code-beta-pc\renpy\ast.py", line 2259, in execute
self.call("execute")
File "E:\Games\Hentai\Lab Rats 2\LabRats2-Reformulate-2023.12-code-beta-pc\renpy\ast.py", line 2241, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "E:\Games\Hentai\Lab Rats 2\LabRats2-Reformulate-2023.12-code-beta-pc\renpy\statements.py", line 342, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 670, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "E:\Games\Hentai\Lab Rats 2\LabRats2-Reformulate-2023.12-code-beta-pc\renpy\exports.py", line 3347, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "E:\Games\Hentai\Lab Rats 2\LabRats2-Reformulate-2023.12-code-beta-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\Games\Hentai\Lab Rats 2\LabRats2-Reformulate-2023.12-code-beta-pc\renpy\display\core.py", line 3582, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "E:\Games\Hentai\Lab Rats 2\LabRats2-Reformulate-2023.12-code-beta-pc\renpy\display\core.py", line 4055, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "E:\Games\Hentai\Lab Rats 2\LabRats2-Reformulate-2023.12-code-beta-pc\renpy\display\core.py", line 684, in visit_all
d.visit_all(callback, seen)
File "E:\Games\Hentai\Lab Rats 2\LabRats2-Reformulate-2023.12-code-beta-pc\renpy\display\core.py", line 684, in visit_all
d.visit_all(callback, seen)
File "E:\Games\Hentai\Lab Rats 2\LabRats2-Reformulate-2023.12-code-beta-pc\renpy\display\core.py", line 684, in visit_all
d.visit_all(callback, seen)
File "E:\Games\Hentai\Lab Rats 2\LabRats2-Reformulate-2023.12-code-beta-pc\renpy\display\screen.py", line 476, in visit_all
callback(self)
File "E:\Games\Hentai\Lab Rats 2\LabRats2-Reformulate-2023.12-code-beta-pc\renpy\display\core.py", line 4055, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "E:\Games\Hentai\Lab Rats 2\LabRats2-Reformulate-2023.12-code-beta-pc\renpy\display\screen.py", line 487, in per_interact
self.update()
File "E:\Games\Hentai\Lab Rats 2\LabRats2-Reformulate-2023.12-code-beta-pc\renpy\display\screen.py", line 680, in update
self.screen.function(**self.scope)
File "game/game_screens/hud_screens/story_progress_screen.rpy", line 1, in execute
File "game/game_screens/hud_screens/story_progress_screen.rpy", line 1, in execute
File "game/game_screens/hud_screens/story_progress_screen.rpy", line 9, in execute
File "game/game_screens/hud_screens/story_progress_screen.rpy", line 66, in execute
File "game/game_screens/hud_screens/story_progress_screen.rpy", line 69, in execute
File "game/game_screens/hud_screens/story_progress_screen.rpy", line 72, in execute
File "game/game_screens/hud_screens/story_progress_screen.rpy", line 74, in execute
File "game/game_screens/hud_screens/story_progress_screen.rpy", line 78, in execute
File "game/game_screens/hud_screens/story_progress_screen.rpy", line 80, in execute
File "game/game_screens/hud_screens/story_progress_screen.rpy", line 80, in <module>
File "game/major_game_classes/character_related/Progression_ren.py", line 93, in story_other_list
File "game/major_game_classes/character_related/Progression_ren.py", line 110, in _m1_Progression__call_global_func
File "game/people/Kaya/kaya_definition_ren.py", line 160, in kaya_story_other_list
AttributeError: 'RevertableDict' object has no attribute 'append'

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.3.23091805
Lab Rats 2 - Down to Business 2023.12-code-beta
Tue Apr 23 21:07:56 2024
 
  • Like
Reactions: mco

rb813

Well-Known Member
Aug 28, 2018
1,587
1,088
326
Are there any scripted women who can't ever be hired? (Like Myrabelle the gamer girl, for example.) Or will that option always open up if you progress the relationship far enough?
 

SDN111

Member
Sep 26, 2023
183
132
129
I play v2023.12-code-beta

Sakari did not become active after Kaya introduced her. Also Kaya`s Story Progress button now gives me an error. Is there any way to fix it? It worked fine for a while but at a certain point in her story it started giving this error when i click it:


I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/000statements.rpy", line 670, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/game_screens/hud_screens/story_progress_screen.rpy", line 1, in execute
File "game/game_screens/hud_screens/story_progress_screen.rpy", line 1, in execute
File "game/game_screens/hud_screens/story_progress_screen.rpy", line 9, in execute
File "game/game_screens/hud_screens/story_progress_screen.rpy", line 66, in execute
File "game/game_screens/hud_screens/story_progress_screen.rpy", line 69, in execute
File "game/game_screens/hud_screens/story_progress_screen.rpy", line 72, in execute
File "game/game_screens/hud_screens/story_progress_screen.rpy", line 74, in execute
File "game/game_screens/hud_screens/story_progress_screen.rpy", line 78, in execute
File "game/game_screens/hud_screens/story_progress_screen.rpy", line 80, in execute
File "game/game_screens/hud_screens/story_progress_screen.rpy", line 80, in <module>
AttributeError: 'RevertableDict' object has no attribute 'append'

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

Full traceback:
File "script.rpyc", line 463, in script call
File "script.rpyc", line 456, in script call
File "script.rpyc", line 583, in script
File "E:\Games\Hentai\Lab Rats 2\LabRats2-Reformulate-2023.12-code-beta-pc\renpy\ast.py", line 2259, in execute
self.call("execute")
File "E:\Games\Hentai\Lab Rats 2\LabRats2-Reformulate-2023.12-code-beta-pc\renpy\ast.py", line 2241, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "E:\Games\Hentai\Lab Rats 2\LabRats2-Reformulate-2023.12-code-beta-pc\renpy\statements.py", line 342, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 670, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "E:\Games\Hentai\Lab Rats 2\LabRats2-Reformulate-2023.12-code-beta-pc\renpy\exports.py", line 3347, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "E:\Games\Hentai\Lab Rats 2\LabRats2-Reformulate-2023.12-code-beta-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "E:\Games\Hentai\Lab Rats 2\LabRats2-Reformulate-2023.12-code-beta-pc\renpy\display\core.py", line 3582, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "E:\Games\Hentai\Lab Rats 2\LabRats2-Reformulate-2023.12-code-beta-pc\renpy\display\core.py", line 4055, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "E:\Games\Hentai\Lab Rats 2\LabRats2-Reformulate-2023.12-code-beta-pc\renpy\display\core.py", line 684, in visit_all
d.visit_all(callback, seen)
File "E:\Games\Hentai\Lab Rats 2\LabRats2-Reformulate-2023.12-code-beta-pc\renpy\display\core.py", line 684, in visit_all
d.visit_all(callback, seen)
File "E:\Games\Hentai\Lab Rats 2\LabRats2-Reformulate-2023.12-code-beta-pc\renpy\display\core.py", line 684, in visit_all
d.visit_all(callback, seen)
File "E:\Games\Hentai\Lab Rats 2\LabRats2-Reformulate-2023.12-code-beta-pc\renpy\display\screen.py", line 476, in visit_all
callback(self)
File "E:\Games\Hentai\Lab Rats 2\LabRats2-Reformulate-2023.12-code-beta-pc\renpy\display\core.py", line 4055, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "E:\Games\Hentai\Lab Rats 2\LabRats2-Reformulate-2023.12-code-beta-pc\renpy\display\screen.py", line 487, in per_interact
self.update()
File "E:\Games\Hentai\Lab Rats 2\LabRats2-Reformulate-2023.12-code-beta-pc\renpy\display\screen.py", line 680, in update
self.screen.function(**self.scope)
File "game/game_screens/hud_screens/story_progress_screen.rpy", line 1, in execute
File "game/game_screens/hud_screens/story_progress_screen.rpy", line 1, in execute
File "game/game_screens/hud_screens/story_progress_screen.rpy", line 9, in execute
File "game/game_screens/hud_screens/story_progress_screen.rpy", line 66, in execute
File "game/game_screens/hud_screens/story_progress_screen.rpy", line 69, in execute
File "game/game_screens/hud_screens/story_progress_screen.rpy", line 72, in execute
File "game/game_screens/hud_screens/story_progress_screen.rpy", line 74, in execute
File "game/game_screens/hud_screens/story_progress_screen.rpy", line 78, in execute
File "game/game_screens/hud_screens/story_progress_screen.rpy", line 80, in execute
File "game/game_screens/hud_screens/story_progress_screen.rpy", line 80, in <module>
File "game/major_game_classes/character_related/Progression_ren.py", line 93, in story_other_list
File "game/major_game_classes/character_related/Progression_ren.py", line 110, in _m1_Progression__call_global_func
File "game/people/Kaya/kaya_definition_ren.py", line 160, in kaya_story_other_list
AttributeError: 'RevertableDict' object has no attribute 'append'

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.3.23091805
Lab Rats 2 - Down to Business 2023.12-code-beta
Tue Apr 23 21:07:56 2024
I had that issue in that version. Kaya caused the same issue. I pulled a newer version and have not had that issue.

Currently have not seen Sakuri leave her house since the redesign of Kaya's story.
 

DrLizardman

Active Member
Apr 28, 2021
591
215
166
I had that issue in that version. Kaya caused the same issue. I pulled a newer version and have not had that issue.

Currently have not seen Sakuri leave her house since the redesign of Kaya's story.
I just figured she was not finished. same with the girl from College who you tutor, neither her nor her mother had anything past getting handsy no matter what the love was.
 
4.60 star(s) 79 Votes